/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/per_branch/test_branch.py

  • Committer: Breezy landing bot
  • Author(s): Jelmer Vernooij
  • Date: 2018-07-03 03:20:44 UTC
  • mfrom: (7018.3.10 git-fixes)
  • Revision ID: breezy.the.bot@gmail.com-20180703032044-t5a5w5y0tmzrbezc
Port a few more bits of the git plugin to python 3.

Merged from https://code.launchpad.net/~jelmer/brz/git-fixes2/+merge/348803

Show diffs side-by-side

added added

removed removed

Lines of Context:
619
619
    def test_get_child_submit_format_default(self):
620
620
        submit_format = self.get_branch().get_child_submit_format()
621
621
        self.assertTrue(submit_format is None or
622
 
                        isinstance(submit_format, bytes))
 
622
                        isinstance(submit_format, str))
623
623
 
624
624
    def test_get_child_submit_format(self):
625
625
        branch = self.get_branch()