moved tests to subdirs

This commit is contained in:
David Osipov
2026-03-20 22:55:19 +04:00
parent 0eca535955
commit 43d7e6e991
54 changed files with 40 additions and 33 deletions

View File

@@ -992,11 +992,11 @@ impl ProxyConfig {
}
#[cfg(test)]
#[path = "load_idle_policy_tests.rs"]
#[path = "tests/load_idle_policy_tests.rs"]
mod load_idle_policy_tests;
#[cfg(test)]
#[path = "load_security_tests.rs"]
#[path = "tests/load_security_tests.rs"]
mod load_security_tests;
#[cfg(test)]