MCPcopy
hub / github.com/gitless-vcs/gitless / test_create_existing

Method test_create_existing

gitless/tests/test_core.py:903–906  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

901 self.remotes.create('remote', self.remote_path)
902
903 def test_create_existing(self):
904 self.remotes.create('remote', self.remote_path)
905 self.assertRaises(
906 ValueError, self.remotes.create, 'remote', self.remote_path)
907
908 def test_create_invalid_name(self):
909 self.assertRaises(ValueError, self.remotes.create, 'rem/ote', 'url')

Callers

nothing calls this directly

Calls 1

createMethod · 0.80

Tested by

no test coverage detected