Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
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
23
def
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
31
def
test_push(dvc):
Callers
nothing calls this directly
Calls
3
parse_args
Function · 0.90
func
Method · 0.80
close
Method · 0.45
Tested by
no test coverage detected