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

Method trigger_conflicts

gitless/tests/test_e2e.py:511–514  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

509
510 def test_conflicts(self):
511 def trigger_conflicts():
512 self.assertRaisesRegexp(
513 ErrorReturnCode, 'conflicts', gl.fuse,
514 self.OTHER, e=self.commits[self.OTHER][0])
515
516 # Abort
517 trigger_conflicts()

Callers

nothing calls this directly

Calls 1

assertRaisesRegexpMethod · 0.80

Tested by

no test coverage detected