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

Function test_status

tests/func/test_cli.py:39–44  ·  view source on GitHub ↗
(dvc)

Source from the content-addressed store, hash-verified

37
38
39def test_status(dvc):
40 args = parse_args(["status"])
41 cmd = args.func(args)
42 assert isinstance(cmd, CmdDataStatus)
43
44 cmd.repo.close()
45
46
47def test_repro(dvc):

Callers

nothing calls this directly

Calls 3

parse_argsFunction · 0.90
funcMethod · 0.80
closeMethod · 0.45

Tested by

no test coverage detected