MCPcopy
hub / github.com/treeverse/dvc / test_walk_missing

Function test_walk_missing

tests/unit/fs/test_data.py:197–201  ·  view source on GitHub ↗
(tmp_dir, dvc)

Source from the content-addressed store, hash-verified

195
196
197def 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
204def test_walk_not_a_dir(tmp_dir, dvc):

Callers

nothing calls this directly

Calls 2

DataFileSystemClass · 0.90
walkMethod · 0.80

Tested by

no test coverage detected