MCPcopy Index your code
hub / github.com/treeverse/dvc / test_parse_target

Function test_parse_target

tests/unit/utils/test_utils.py:116–117  ·  view source on GitHub ↗
(inp, out, default)

Source from the content-addressed store, hash-verified

114 ],
115)
116def test_parse_target(inp, out, default):
117 assert parse_target(inp, default) == out
118
119
120def test_hint_on_lockfile():

Callers

nothing calls this directly

Calls 1

parse_targetFunction · 0.90

Tested by

no test coverage detected