Helper function to create a clean command instance
()
| 11 | |
| 12 | // Helper function to create a clean command instance |
| 13 | fn learner() -> Command { Command::cargo_bin("learner").unwrap() } |
| 14 | |
| 15 | // Helper to get a temporary database path |
| 16 | fn temp_db() -> (tempfile::TempDir, PathBuf) { |
no outgoing calls
no test coverage detected