8 lines
184 B
Rust
8 lines
184 B
Rust
// E2E test entry point.
|
|
//
|
|
// Run with: cargo test -p compliance-agent --test e2e
|
|
// Requires: MongoDB running (set TEST_MONGODB_URI if not default)
|
|
|
|
mod common;
|
|
mod integration;
|