Rust · 151 bytes Raw Blame History
1 //! Shared test infrastructure. Integration tests that need the harness
2 //! declare `mod common;` and then use `common::harness::*`.
3
4 pub mod harness;
5