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

Function test_api_init

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

Source from the content-addressed store, hash-verified

10
11
12def test_api_init(scm):
13 DvcRepo.init().close()
14 assert os.path.isdir(DvcRepo.DVC_DIR)
15
16
17def test_cli_init(scm):

Callers

nothing calls this directly

Calls 3

isdirMethod · 0.80
closeMethod · 0.45
initMethod · 0.45

Tested by

no test coverage detected