diff options
| author | nsfisis <nsfisis@gmail.com> | 2026-06-22 02:09:59 +0900 |
|---|---|---|
| committer | nsfisis <nsfisis@gmail.com> | 2026-06-22 02:09:59 +0900 |
| commit | 822d9a872807a92a5337ee8b7bab96dc9845cdbb (patch) | |
| tree | 4931365df5978caffade69cad2154718a9076f66 /crates/shirabe/tests/downloader/archive_downloader_test.rs | |
| parent | f691b864b687f251c3b266e8cff2774d730567ba (diff) | |
| download | php-shirabe-822d9a872807a92a5337ee8b7bab96dc9845cdbb.tar.gz php-shirabe-822d9a872807a92a5337ee8b7bab96dc9845cdbb.tar.zst php-shirabe-822d9a872807a92a5337ee8b7bab96dc9845cdbb.zip | |
test: port more test cases
Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
Diffstat (limited to 'crates/shirabe/tests/downloader/archive_downloader_test.rs')
| -rw-r--r-- | crates/shirabe/tests/downloader/archive_downloader_test.rs | 12 |
1 files changed, 6 insertions, 6 deletions
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!() } |
