1 2 3 4 5 6 7
#[cfg(test)] pub(crate) mod data { pub(crate) const ALICE: &str = "Alice"; pub(crate) const BOB: &str = "Bob"; pub(crate) const CHUCK: &str = "Chuck"; pub(crate) const DAVE: &str = "Dave"; }