29
29
"""Options have help strings."""
30
30
out, err = self.run_bzr_captured(['commit', '--help'])
31
31
self.assertContainsRe(out, r'--file.*file containing commit message')
33
34
def test_option_help_global(self):
34
35
"""Global options have help strings."""