13 lines
252 B
Rust
13 lines
252 B
Rust
//! Integration tests for WTIsMyCode
|
|
|
|
// 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
|
|
} |