/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 breezy/tests/test_options.py

  • Committer: Breezy landing bot
  • Author(s): Jelmer Vernooij
  • Date: 2018-08-07 21:24:40 UTC
  • mfrom: (7058.4.30 python3-x)
  • Revision ID: breezy.the.bot@gmail.com-20180807212440-m7r0c45ihwr0kcre
Fix another round of tests on Python 3.

Merged from https://code.launchpad.net/~jelmer/brz/python3-x/+merge/352226

Show diffs side-by-side

added added

removed removed

Lines of Context:
81
81
 
82
82
    def test_unknown_short_opt(self):
83
83
        out, err = self.run_bzr('help -r', retcode=3)
84
 
        self.assertContainsRe(err, br'no such option')
 
84
        self.assertContainsRe(err, r'no such option')
85
85
 
86
86
    def test_set_short_name(self):
87
87
        o = option.Option('wiggle')