#[path = "../common/config_stub.rs"] mod config_stub; #[path = "../common/http_downloader_mock.rs"] mod http_downloader_mock; #[path = "../common/io_stub.rs"] mod io_stub; mod archive_downloader_test; mod download_manager_test; mod file_downloader_test; mod fossil_downloader_test; mod git_downloader_test; mod hg_downloader_test; mod perforce_downloader_test; mod xz_downloader_test; mod zip_downloader_test;