276
276
self.assertRaises(StrictCommitFailed, b.commit,
277
277
message='add hello but not goodbye', strict=True)
279
288
def test_nonstrict_commit(self):
280
289
"""Try and commit with unknown files and strict = False, should work."""
281
290
b = Branch.initialize('.')