~bzr-pqm/bzr/bzr.dev

« back to all changes in this revision

Viewing changes to bzrlib/tests/test_selftest.py

  • Committer: Vincent Ladeuil
  • Date: 2012-08-04 14:27:47 UTC
  • mto: This revision was merged to the branch mainline in revision 6553.
  • Revision ID: v.ladeuil+lp@free.fr-20120804142747-2t498paljijf7q7y
Remaining tests matching setup(self) that can be rewritten with super().

Show diffs side-by-side

added added

removed removed

Lines of Context:
2382
2382
    """Base class for tests testing how we might run bzr."""
2383
2383
 
2384
2384
    def setUp(self):
2385
 
        tests.TestCaseWithTransport.setUp(self)
 
2385
        super(TestWithFakedStartBzrSubprocess, self).setUp()
2386
2386
        self.subprocess_calls = []
2387
2387
 
2388
2388
    def start_bzr_subprocess(self, process_args, env_changes=None,