aboutsummaryrefslogtreecommitdiffhomepage
path: root/crates/shirabe/tests/util/main.rs
diff options
context:
space:
mode:
authornsfisis <nsfisis@gmail.com>2026-06-21 04:24:02 +0900
committernsfisis <nsfisis@gmail.com>2026-06-21 04:24:02 +0900
commit1936ccd4ee01ac7ef043c525753e06ce328aa529 (patch)
treed6d5130bd589aba5a44fa850096523e357b247a9 /crates/shirabe/tests/util/main.rs
parent8e37fd201072439148ab2d179313478b79a38df7 (diff)
downloadphp-shirabe-1936ccd4ee01ac7ef043c525753e06ce328aa529.tar.gz
php-shirabe-1936ccd4ee01ac7ef043c525753e06ce328aa529.tar.zst
php-shirabe-1936ccd4ee01ac7ef043c525753e06ce328aa529.zip
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) <noreply@anthropic.com>
Diffstat (limited to 'crates/shirabe/tests/util/main.rs')
-rw-r--r--crates/shirabe/tests/util/main.rs3
1 files changed, 3 insertions, 0 deletions
diff --git a/crates/shirabe/tests/util/main.rs b/crates/shirabe/tests/util/main.rs
index 1955f8d..cacd1a2 100644
--- a/crates/shirabe/tests/util/main.rs
+++ b/crates/shirabe/tests/util/main.rs
@@ -1,6 +1,9 @@
mod config_validator_test;
mod error_handler_test;
+mod forgejo_test;
mod forgejo_url_test;
+mod github_test;
+mod gitlab_test;
mod http;
mod http_downloader_test;
mod ini_helper_test;