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

Function test_pull

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

Source from the content-addressed store, hash-verified

21
22
23def test_pull(dvc):
24 args = parse_args(["pull"])
25 cmd = args.func(args)
26 assert isinstance(cmd, CmdDataPull)
27
28 cmd.repo.close()
29
30
31def test_push(dvc):

Callers

nothing calls this directly

Calls 3

parse_argsFunction · 0.90
funcMethod · 0.80
closeMethod · 0.45

Tested by

no test coverage detected