1 2 3 4 5 6 7
// Category C - Artifact / deployment test (embedded config). // This test relies on embedded production config by design. #![allow(dead_code)] pub mod assertions; pub mod harness; pub mod workers;