Files
compliance-scanner-agent/compliance-agent/tests/integration/mod.rs
T
sharang a981311413
CI / Check (push) Has been skipped
CI / Detect Changes (push) Successful in 3s
CI / Deploy Agent (push) Successful in 8m20s
CI / Deploy Dashboard (push) Successful in 3m13s
CI / Deploy Docs (push) Has been skipped
CI / Deploy MCP (push) Successful in 2m7s
refactor: rip out the legacy TrackedRepository / repositories path (#161)
2026-07-16 07:25:45 +00:00

10 lines
329 B
Rust

// 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;