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

Function _check_status

dvc/testing/remote_tests.py:10–13  ·  view source on GitHub ↗
(status, **kwargs)

Source from the content-addressed store, hash-verified

8
9
10def _check_status(status, **kwargs):
11 for key in ("ok", "missing", "new", "deleted"):
12 expected = kwargs.get(key, set())
13 assert expected == set(getattr(status, key))
14
15
16class TestRemote:

Callers 3

testMethod · 0.85
test_pull_00_prefixMethod · 0.85

Calls 1

getMethod · 0.45

Tested by

no test coverage detected