/brz/remove-bazaar

To get this branch, use:
bzr branch http://gegoxaren.bato24.eu/bzr/brz/remove-bazaar

« back to all changes in this revision

Viewing changes to bzrlib/tests/test_options.py

  • Committer: Aaron Bentley
  • Date: 2007-08-15 01:11:27 UTC
  • mfrom: (2699 +trunk)
  • mto: This revision was merged to the branch mainline in revision 2700.
  • Revision ID: aaron.bentley@utoronto.ca-20070815011127-0il5s8oqmt26bma7
Merge bzr.dev

Show diffs side-by-side

added added

removed removed

Lines of Context:
151
151
            be_long='go long', value_switches=True)
152
152
        self.assertEqual(['my-option', 'be-long', 'short'],
153
153
            [x[0] for x in my_option.iter_switches()])
 
154
        self.assertEqual('test option', my_option.help)
154
155
 
155
156
    def test_help(self):
156
157
        registry = bzrdir.BzrDirFormatRegistry()