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

@@ -408,9 +408,9 @@ async fn consume_client_data<R: AsyncRead + Unpin>(mut reader: R) {
}
#[cfg(test)]
#[path = "masking_security_tests.rs"]
#[path = "tests/masking_security_tests.rs"]
mod security_tests;
#[cfg(test)]
#[path = "masking_adversarial_tests.rs"]
#[path = "tests/masking_adversarial_tests.rs"]
mod adversarial_tests;