()
| 277 | |
| 278 | #[test] |
| 279 | fn load_index_missing_both_files() { |
| 280 | let tmp = tempfile::tempdir().unwrap(); |
| 281 | let result = load_index(tmp.path()); |
| 282 | assert!(result.is_err()); |
| 283 | } |
| 284 | |
| 285 | #[test] |
| 286 | fn reduce_for_worker_filters_correctly() { |
nothing calls this directly
no test coverage detected