rename: archdoc → wtismycode (WTIsMyCode)
This commit is contained in:
13
wtismycode-core/tests/integration_tests.rs
Normal file
13
wtismycode-core/tests/integration_tests.rs
Normal file
@@ -0,0 +1,13 @@
|
||||
//! 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
|
||||
}
|
||||
Reference in New Issue
Block a user