From 822d9a872807a92a5337ee8b7bab96dc9845cdbb Mon Sep 17 00:00:00 2001 From: nsfisis Date: Mon, 22 Jun 2026 02:09:59 +0900 Subject: test: port more test cases Co-Authored-By: Claude Opus 4.8 (1M context) --- crates/shirabe/tests/downloader/archive_downloader_test.rs | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) (limited to 'crates/shirabe/tests/downloader/archive_downloader_test.rs') diff --git a/crates/shirabe/tests/downloader/archive_downloader_test.rs b/crates/shirabe/tests/downloader/archive_downloader_test.rs index 2c0e2de..dfba3bf 100644 --- a/crates/shirabe/tests/downloader/archive_downloader_test.rs +++ b/crates/shirabe/tests/downloader/archive_downloader_test.rs @@ -5,37 +5,37 @@ // packages. #[test] -#[ignore = "constructs an ArchiveDownloader (HttpDownloader reaches curl_multi_init, todo!()) with a mocked subclass/package"] +#[ignore = "FileDownloader::get_file_name is pub(crate); not reachable from the integration test crate"] fn test_get_file_name() { todo!() } #[test] -#[ignore = "constructs an ArchiveDownloader (HttpDownloader reaches curl_multi_init, todo!()) with a mocked subclass/package"] +#[ignore = "FileDownloader::process_url is pub(crate); not reachable from the integration test crate"] fn test_process_url() { todo!() } #[test] -#[ignore = "constructs an ArchiveDownloader (HttpDownloader reaches curl_multi_init, todo!()) with a mocked subclass/package"] +#[ignore = "FileDownloader::process_url is pub(crate); not reachable from the integration test crate"] fn test_process_url2() { todo!() } #[test] -#[ignore = "constructs an ArchiveDownloader (HttpDownloader reaches curl_multi_init, todo!()) with a mocked subclass/package"] +#[ignore = "FileDownloader::process_url is pub(crate); not reachable from the integration test crate"] fn test_process_url3() { todo!() } #[test] -#[ignore = "constructs an ArchiveDownloader (HttpDownloader reaches curl_multi_init, todo!()) with a mocked subclass/package"] +#[ignore = "FileDownloader::process_url is pub(crate); not reachable from the integration test crate"] fn test_process_url_rewrite_dist() { todo!() } #[test] -#[ignore = "constructs an ArchiveDownloader (HttpDownloader reaches curl_multi_init, todo!()) with a mocked subclass/package"] +#[ignore = "FileDownloader::process_url is pub(crate); not reachable from the integration test crate"] fn test_process_url_rewrite_bitbucket_dist() { todo!() } -- cgit v1.3.1