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

Function test_push

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

Source from the content-addressed store, hash-verified

29
30
31def test_push(dvc):
32 args = parse_args(["push"])
33 cmd = args.func(args)
34 assert isinstance(cmd, CmdDataPush)
35
36 cmd.repo.close()
37
38
39def test_status(dvc):

Callers

nothing calls this directly

Calls 3

parse_argsFunction · 0.90
funcMethod · 0.80
closeMethod · 0.45

Tested by

no test coverage detected