~bzr-pqm/bzr/bzr.dev

« back to all changes in this revision

Viewing changes to bzrlib/selftest/testoptions.py

  • Committer: Aaron Bentley
  • Date: 2005-10-28 02:34:22 UTC
  • mto: (1185.35.8)
  • mto: This revision was merged to the branch mainline in revision 1491.
  • Revision ID: aaron.bentley@utoronto.ca-20051028023422-f4c0b704edd5f79d
Restored short options in help

Show diffs side-by-side

added added

removed removed

Lines of Context:
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')
 
32
        self.assertContainsRe(out, r'--help.*-h')
32
33
 
33
34
    def test_option_help_global(self):
34
35
        """Global options have help strings."""