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

Function test_cli_init

tests/func/test_init.py:17–20  ·  view source on GitHub ↗
(scm)

Source from the content-addressed store, hash-verified

15
16
17def test_cli_init(scm):
18 ret = main(["init"])
19 assert ret == 0
20 assert os.path.isdir(DvcRepo.DVC_DIR)
21
22
23def test_double_init(scm):

Callers

nothing calls this directly

Calls 2

mainFunction · 0.90
isdirMethod · 0.80

Tested by

no test coverage detected