Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
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
31
def
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
39
def
test_status(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