#[path = "tests/bdd.rs"]
mod bdd;
#[path = "tests/bdd_extended.rs"]
mod bdd_extended;
#[path = "tests/content_analysis_depth_w57.rs"]
mod content_analysis_depth_w57;
#[path = "tests/content_crate/bdd.rs"]
mod content_crate_bdd;
#[path = "tests/content_crate/bdd_extended.rs"]
mod content_crate_bdd_extended;
#[path = "tests/content_crate/boundary_w53.rs"]
mod content_crate_boundary_w53;
#[path = "tests/content_crate/content_contract_w64.rs"]
mod content_crate_content_contract_w64;
#[path = "tests/content_crate/content_depth_w55.rs"]
mod content_crate_content_depth_w55;
#[path = "tests/content_crate/content_depth_w58.rs"]
mod content_crate_content_depth_w58;
#[path = "tests/content_crate/content_depth_w60.rs"]
mod content_crate_content_depth_w60;
#[path = "tests/content_crate/content_depth_w63.rs"]
mod content_crate_content_depth_w63;
#[path = "tests/content_crate/deep.rs"]
mod content_crate_deep;
#[path = "tests/content_crate/deep_content_w48.rs"]
mod content_crate_deep_content_w48;
#[path = "tests/content_crate/deep_w43.rs"]
mod content_crate_deep_w43;
#[path = "tests/content_crate/deep_w69.rs"]
mod content_crate_deep_w69;
#[path = "tests/content_crate/error_edge_w73.rs"]
mod content_crate_error_edge_w73;
#[path = "tests/content_crate/properties.rs"]
mod content_crate_properties;
#[path = "tests/content_crate/proptest_w56.rs"]
mod content_crate_proptest_w56;
#[path = "tests/content_deep_w76.rs"]
mod content_deep_w76;
#[path = "tests/content_enricher_w54.rs"]
mod content_enricher_w54;
#[path = "tests/deep.rs"]
mod deep;
#[path = "tests/deep_w39.rs"]
mod deep_w39;
#[path = "tests/deep_w66.rs"]
mod deep_w66;
#[path = "tests/deep_w68.rs"]
mod deep_w68;
#[path = "tests/import_edge_determinism.rs"]
mod import_edge_determinism;
#[path = "tests/import_integration.rs"]
mod import_integration;
#[path = "tests/properties.rs"]
mod properties;