~bzr-pqm/bzr/bzr.dev

« back to all changes in this revision

Viewing changes to bzrlib/tests/per_interbranch/test_push.py

(vila) Calling super() instead of mentioning the base class in setUp avoid
 mistakes. (Vincent Ladeuil)

Show diffs side-by-side

added added

removed removed

Lines of Context:
294
294
 
295
295
    def setUp(self):
296
296
        self.hook_calls = []
297
 
        TestCaseWithInterBranch.setUp(self)
 
297
        super(TestPushHook, self).setUp()
298
298
 
299
299
    def capture_post_push_hook(self, result):
300
300
        """Capture post push hook calls to self.hook_calls.