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

Function test_commit_granular_output_file

tests/func/test_commit.py:149–153  ·  view source on GitHub ↗
(tmp_dir, dvc)

Source from the content-addressed store, hash-verified

147
148
149def test_commit_granular_output_file(tmp_dir, dvc):
150 tmp_dir.gen("foo", "foo")
151 dvc.add("foo", no_commit=True)
152 dvc.commit("foo")
153 assert dvc.status() == {}
154
155
156def test_commit_granular_output_dir(tmp_dir, dvc):

Callers

nothing calls this directly

Calls 4

genMethod · 0.45
addMethod · 0.45
commitMethod · 0.45
statusMethod · 0.45

Tested by

no test coverage detected