#[path = "tests/bdd.rs"]
mod bdd;
#[path = "tests/bdd_extended.rs"]
mod bdd_extended;
#[path = "tests/deep.rs"]
mod deep;
#[path = "tests/deep_analysis_git_w48.rs"]
mod deep_analysis_git_w48;
#[path = "tests/deep_w39.rs"]
mod deep_w39;
#[path = "tests/deep_w43.rs"]
mod deep_w43;
#[path = "tests/deep_w66.rs"]
mod deep_w66;
#[path = "tests/deep_w68.rs"]
mod deep_w68;
#[path = "tests/git_analysis_depth_w57.rs"]
mod git_analysis_depth_w57;
#[path = "tests/git_deep_w76.rs"]
mod git_deep_w76;
#[path = "tests/git_enricher_w54.rs"]
mod git_enricher_w54;
#[path = "tests/properties.rs"]
mod properties;