aboutsummaryrefslogtreecommitdiffhomepage
path: root/crates/shirabe/tests/util/main.rs
blob: bf23c6b2811890353a21d50b8d40ffac6d0f7891 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
#[path = "../common/process_executor_mock.rs"]
mod process_executor_mock;

mod auth_helper_test;
mod bitbucket_test;
mod config_validator_test;
mod error_handler_test;
mod filesystem_test;
mod forgejo_test;
mod forgejo_url_test;
mod git_test;
mod github_test;
mod gitlab_test;
mod http;
mod http_downloader_test;
mod ini_helper_test;
mod metadata_minifier_test;
mod no_proxy_pattern_test;
mod package_sorter_test;
mod perforce_test;
mod platform_test;
mod process_executor_test;
mod remote_filesystem_test;
mod silencer_test;
mod stream_context_factory_test;
mod svn_test;
mod tar_test;
mod tls_helper_test;
mod url_test;
mod zip_test;