()
| 1231 | |
| 1232 | #[test] |
| 1233 | fn test_walk_files_empty() { |
| 1234 | let wc = Memory::new(); |
| 1235 | let files = wc.walk_files("").unwrap(); |
| 1236 | assert!(files.is_empty()); |
| 1237 | } |
| 1238 | |
| 1239 | #[test] |
| 1240 | fn test_walk_files_single_file() { |
nothing calls this directly
no test coverage detected