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

Method test_nothing_to_fuse

gitless/tests/test_e2e.py:600–603  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

598 self.assertTrue('Stashed' in utils.read_file(self.MASTER_FILE))
599
600 def test_nothing_to_fuse(self):
601 self.assertRaisesRegexp(
602 ErrorReturnCode, 'No commits to fuse', gl.fuse,
603 self.OTHER, '-e', *self.commits[self.OTHER])
604
605 def test_ff(self):
606 gl.branch(c='tmp', divergent_point='HEAD~2')

Callers

nothing calls this directly

Calls 1

assertRaisesRegexpMethod · 0.80

Tested by

no test coverage detected