// E2E / Integration tests for the compliance-agent API. // // These tests require a running MongoDB instance. Set TEST_MONGODB_URI // if it's not at the default `mongodb://root:example@localhost:27017`. // // Run with: cargo test -p compliance-agent --test e2e // Or nightly: (via CI with MongoDB service container) mod api;