aboutsummaryrefslogtreecommitdiffhomepage
path: root/crates/shirabe/tests/util/http_downloader_test.rs
blob: 238fe83a79a33b81d5de568b5495f3848a204a97 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
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!()
}