1 2 3 4 5 6 7 8 9 10 11
//! Test fixtures for sqlmodel-console integration tests. #[allow(dead_code)] pub mod generators; pub mod golden; #[allow(dead_code)] pub mod mock_types; pub mod sample_data; pub use golden::*; pub use sample_data::*;