//! Documentation validation test module
//!
//! This module provides utilities and tests for validating that xchecker documentation
//! accurately reflects the implementation.
pub mod changelog_tests;
pub mod code_examples_tests;
pub mod common;
pub mod contracts_tests;
pub mod enum_introspection_tests;
pub mod feature_tests;
pub mod m8_gate_tests;
pub mod m9_gate_tests;
pub mod schema_rust_conformance_tests;
pub mod schema_versioning_tests;
pub mod secret_patterns_tests;
pub mod xchecker_home_tests;