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

Function test_checkout

tests/func/test_cli.py:111–116  ·  view source on GitHub ↗
(dvc)

Source from the content-addressed store, hash-verified

109
110
111def test_checkout(dvc):
112 args = parse_args(["checkout"])
113 cmd = args.func(args)
114 assert isinstance(cmd, CmdCheckout)
115
116 cmd.repo.close()
117
118
119def test_find_root(dvc):

Callers

nothing calls this directly

Calls 3

parse_argsFunction · 0.90
funcMethod · 0.80
closeMethod · 0.45

Tested by

no test coverage detected