Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
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
17
def
test_cli_init(scm):
18
ret = main([
"init"
])
19
assert ret == 0
20
assert os.path.isdir(DvcRepo.DVC_DIR)
21
22
23
def
test_double_init(scm):
Callers
nothing calls this directly
Calls
2
main
Function · 0.90
isdir
Method · 0.80
Tested by
no test coverage detected