/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_export_pot.py

  • Committer: Breezy landing bot
  • Author(s): Jelmer Vernooij
  • Date: 2018-03-25 00:09:22 UTC
  • mfrom: (6855.3.4 bees)
  • Revision ID: breezy.the.bot@gmail.com-20180325000922-me9zmwqekxft9d91
Add more bees in places, get more tests to pass on Python 3.

Merged from https://code.launchpad.net/~jelmer/brz/bees/+merge/337908

Show diffs side-by-side

added added

removed removed

Lines of Context:
247
247
 
248
248
    def test_option_hidden(self):
249
249
        opt = option.Option("hidden", help="Unseen.", hidden=True)
250
 
        self.assertEqual("", self.pot_from_option(opt))
 
250
        self.assertEqual(b"", self.pot_from_option(opt))
251
251
 
252
252
    def test_option_context_missing(self):
253
253
        context = export_pot._ModuleContext("remote.py", 3)