()
| 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() |
nothing calls this directly
no test coverage detected