Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
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
12
def
test_api_init(scm):
13
DvcRepo.init().close()
14
assert os.path.isdir(DvcRepo.DVC_DIR)
15
16
17
def
test_cli_init(scm):
Callers
nothing calls this directly
Calls
3
isdir
Method · 0.80
close
Method · 0.45
init
Method · 0.45
Tested by
no test coverage detected