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

  • Committer: Martin
  • Date: 2018-11-17 16:53:10 UTC
  • mto: This revision was merged to the branch mainline in revision 7186.
  • Revision ID: gzlist@googlemail.com-20181117165310-iti8yu4xba2d7p3j
Fix E71* lint errors

Mostly moving nots around and a few equality to idenity check changes.

Show diffs side-by-side

added added

removed removed

Lines of Context:
4544
4544
        # We don't want to fail here because some useful display will be lost
4545
4545
        # otherwise. Polluting the tmp dir is bad, but not giving all the
4546
4546
        # possible info to the test runner is even worse.
4547
 
        if test_id != None:
 
4547
        if test_id is not None:
4548
4548
            ui.ui_factory.clear_term()
4549
4549
            sys.stderr.write('\nWhile running: %s\n' % (test_id,))
4550
4550
        # Ugly, but the last thing we want here is fail, so bear with it.