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

Method test_delete

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

Source from the content-addressed store, hash-verified

924class TestRemoteDelete(TestRemote):
925
926 def test_delete(self):
927 self.remotes.create('remote', self.remote_path)
928 self.remotes.delete('remote')
929
930 def test_delete_nonexistent(self):
931 self.assertRaises(KeyError, self.remotes.delete, 'remote')

Callers

nothing calls this directly

Calls 2

createMethod · 0.80
deleteMethod · 0.45

Tested by

no test coverage detected