1 2 3 4 5 6 7 8
// Integration tests: full swap→restore cycles and public API behavior. // Verifiable Conditions from SPEC.md are tested here. #[path = "integration/round_trip.rs"] mod round_trip; #[path = "integration/detector.rs"] mod detector;