Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/treeverse/dvc
/ test_argparse
Function
test_argparse
tests/func/test_cli.py:18–20 ·
view source on GitHub ↗
(dvc)
Source
from the content-addressed store, hash-verified
16
17
18
def
test_argparse(dvc):
19
args = parse_args([
"init"
])
20
assert isinstance(args.func(args), CmdInit)
21
22
23
def
test_pull(dvc):
Callers
nothing calls this directly
Calls
2
parse_args
Function · 0.90
func
Method · 0.80
Tested by
no test coverage detected