MCPcopy
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
18def test_argparse(dvc):
19 args = parse_args(["init"])
20 assert isinstance(args.func(args), CmdInit)
21
22
23def test_pull(dvc):

Callers

nothing calls this directly

Calls 2

parse_argsFunction · 0.90
funcMethod · 0.80

Tested by

no test coverage detected