diff options
Diffstat (limited to 'crates/shirabe/tests/util/http_downloader_test.rs')
| -rw-r--r-- | crates/shirabe/tests/util/http_downloader_test.rs | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/crates/shirabe/tests/util/http_downloader_test.rs b/crates/shirabe/tests/util/http_downloader_test.rs index e7fcb7b..238fe83 100644 --- a/crates/shirabe/tests/util/http_downloader_test.rs +++ b/crates/shirabe/tests/util/http_downloader_test.rs @@ -1 +1,13 @@ //! ref: composer/tests/Composer/Test/Util/HttpDownloaderTest.php + +#[test] +#[ignore = "constructs a real HttpDownloader (curl_multi_init is todo!()) and mocks a Config; performs a network request"] +fn test_capture_authentication_params_from_url() { + todo!() +} + +#[test] +#[ignore = "constructs a real HttpDownloader (curl_multi_init is todo!()) and mocks a Config; performs a network request"] +fn test_output_warnings() { + todo!() +} |
