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

Function test_config_list

tests/func/test_cli.py:103–108  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

101
102
103def test_config_list():
104 args = parse_args(["config", "--list"])
105
106 assert args.list
107 assert args.name is None
108 assert args.value is None
109
110
111def test_checkout(dvc):

Callers

nothing calls this directly

Calls 1

parse_argsFunction · 0.90

Tested by

no test coverage detected