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

Function test_status

dvc/testing/benchmarks/cli/commands/test_status.py:1–8  ·  view source on GitHub ↗
(bench_dvc, tmp_dir, dvc, make_dataset)

Source from the content-addressed store, hash-verified

1def test_status(bench_dvc, tmp_dir, dvc, make_dataset):
2 dataset = make_dataset(files=True, dvcfile=True, cache=True)
3 bench_dvc("status")
4 bench_dvc("status", name="noop")
5
6 (dataset / "new").write_text("new")
7 bench_dvc("status", name="changed")
8 bench_dvc("status", name="changed-noop")

Callers

nothing calls this directly

Calls 3

make_datasetFunction · 0.85
bench_dvcFunction · 0.85
write_textMethod · 0.80

Tested by

no test coverage detected