(tmp_dir, dvc)
| 195 | |
| 196 | |
| 197 | def test_walk_missing(tmp_dir, dvc): |
| 198 | fs = DataFileSystem(index=dvc.index.data["repo"]) |
| 199 | |
| 200 | for _ in fs.walk("dir"): |
| 201 | pass |
| 202 | |
| 203 | |
| 204 | def test_walk_not_a_dir(tmp_dir, dvc): |
nothing calls this directly
no test coverage detected