Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/gitless-vcs/gitless
/ setUp
Method
setUp
gitless/tests/test_core.py:69–73 ·
view source on GitHub ↗
(self)
Source
from the content-addressed store, hash-verified
67
""
"Base class for core tests."
""
68
69
def
setUp(self):
70
super(TestCore, self).setUp(
'gl-core-test'
)
71
git.init()
72
utils_lib.set_test_config()
73
self.repo = core.Repository()
74
75
76
def
assert_contents_unchanged(*fps):
Callers
5
setUp
Method · 0.45
setUp
Method · 0.45
setUp
Method · 0.45
setUp
Method · 0.45
setUp
Method · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected