mirror of
https://github.com/telemt/telemt.git
synced 2026-04-20 12:04:10 +03:00
moved tests to subdirs
This commit is contained in:
@@ -22,16 +22,22 @@ mod selftest;
|
||||
mod wire;
|
||||
mod pool_status;
|
||||
#[cfg(test)]
|
||||
#[path = "tests/health_regression_tests.rs"]
|
||||
mod health_regression_tests;
|
||||
#[cfg(test)]
|
||||
#[path = "tests/health_integration_tests.rs"]
|
||||
mod health_integration_tests;
|
||||
#[cfg(test)]
|
||||
#[path = "tests/health_adversarial_tests.rs"]
|
||||
mod health_adversarial_tests;
|
||||
#[cfg(test)]
|
||||
#[path = "tests/send_adversarial_tests.rs"]
|
||||
mod send_adversarial_tests;
|
||||
#[cfg(test)]
|
||||
#[path = "tests/pool_writer_security_tests.rs"]
|
||||
mod pool_writer_security_tests;
|
||||
#[cfg(test)]
|
||||
#[path = "tests/pool_refill_security_tests.rs"]
|
||||
mod pool_refill_security_tests;
|
||||
|
||||
use bytes::Bytes;
|
||||
|
||||
Reference in New Issue
Block a user