//! Integration tests for ArchDoc // Include golden tests mod golden; mod error_handling; mod caching; mod integration_detection; mod enhanced_analysis; // Run all tests fn main() { // This is just a placeholder - tests are run by cargo test }