From 1936ccd4ee01ac7ef043c525753e06ce328aa529 Mon Sep 17 00:00:00 2001 From: nsfisis Date: Sun, 21 Jun 2026 04:24:02 +0900 Subject: test: port GitHub/GitLab/Forgejo, Search/CheckPlatformReqs, ZipArchiver stubs All ignored/todo!(): the auth-util tests mock IO/Config/HttpDownloader, the command tests need ApplicationTester, and ZipArchiver builds a zip via ZipArchive (todo!()). setUp/tearDown not ported. Co-Authored-By: Claude Opus 4.8 (1M context) --- crates/shirabe/tests/command/main.rs | 2 ++ 1 file changed, 2 insertions(+) (limited to 'crates/shirabe/tests/command/main.rs') diff --git a/crates/shirabe/tests/command/main.rs b/crates/shirabe/tests/command/main.rs index 195f570..9183b33 100644 --- a/crates/shirabe/tests/command/main.rs +++ b/crates/shirabe/tests/command/main.rs @@ -1,9 +1,11 @@ mod about_command_test; mod audit_command_test; +mod check_platform_reqs_command_test; mod clear_cache_command_test; mod diagnose_command_test; mod exec_command_test; mod home_command_test; mod reinstall_command_test; +mod search_command_test; mod self_update_command_test; mod status_command_test; -- cgit v1.3.1