/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 16:05:13 UTC
  • mfrom: (2703 +trunk)
  • mto: This revision was merged to the branch mainline in revision 2709.
  • Revision ID: abentley@panoramicfeedback.com-20070815160513-aepyrd0uu9vtedsy
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()