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

@@ -1893,9 +1893,9 @@ mod tests {
}
#[cfg(test)]
#[path = "connection_lease_security_tests.rs"]
#[path = "tests/connection_lease_security_tests.rs"]
mod connection_lease_security_tests;
#[cfg(test)]
#[path = "replay_checker_security_tests.rs"]
#[path = "tests/replay_checker_security_tests.rs"]
mod replay_checker_security_tests;