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

  • Committer: Jelmer Vernooij
  • Date: 2020-05-24 00:42:36 UTC
  • mto: This revision was merged to the branch mainline in revision 7505.
  • Revision ID: jelmer@jelmer.uk-20200524004236-jdj6obo4k5lznqw2
Cleanup Windows functions.

Show diffs side-by-side

added added

removed removed

Lines of Context:
352
352
            def handle(self, error):
353
353
                self.errors.append(error)
354
354
 
 
355
        app.initialize([])
355
356
        app.formatter = Formatter()
356
 
        app.initialize([])
357
357
        app.run_checks()
358
358
        app.report()
359
359
        self.assertEqual(app.formatter.errors, [])