1 2 3 4 5 6 7 8
//! Convert API integration tests, separated into read-only and mutating cases. mod common; #[path = "convert/read_only.rs"] mod read_only; #[path = "convert/todo.rs"] mod todo;