1 2 3 4 5 6 7 8
//! CLI wrapper tests #[cfg(feature = "cli")] mod cli { pub mod export_tests; pub mod import_tests; pub mod integration_tests; }