pub mod test_utils;
pub mod complexity_tests;
pub mod counter_tests;
pub mod detector_tests;
pub mod edge_case_tests;
pub mod filters_tests;
pub mod integration_tests;
pub mod performance_tests;
pub mod stats_tests;
pub mod types_tests;
pub mod ui_tests;
pub mod utils_tests;
pub use test_utils::TestProject;