219
219
self.assertEquals(output, tmp_output)
221
221
def test_option_help(self):
223
223
out, err = self.run_bzr_captured(['commit', '--help'])
224
224
self.assertContainsRe(out, r'--file.*file containing commit message')
226
231
def example_branch(test):
228
233
file('hello', 'wt').write('foo')