Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
Index your code
hub
/
github.com/gitless-vcs/gitless
/ test_create_new
Method
test_create_new
gitless/tests/test_core.py:900–901 ·
view source on GitHub ↗
(self)
Source
from the content-addressed store, hash-verified
898
class
TestRemoteCreate(TestRemote):
899
900
def
test_create_new(self):
901
self.remotes.create(
'remote'
, self.remote_path)
902
903
def
test_create_existing(self):
904
self.remotes.create(
'remote'
, self.remote_path)
Callers
nothing calls this directly
Calls
1
create
Method · 0.80
Tested by
no test coverage detected