~bzr-pqm/bzr/bzr.dev

« back to all changes in this revision

Viewing changes to bzrlib/tests/test_commands.py

(gz) Create working tree at specified revision when doing a local push
 (Martin Packman)

Show diffs side-by-side

added added

removed removed

Lines of Context:
194
194
class TestRegisterLazy(tests.TestCase):
195
195
 
196
196
    def setUp(self):
197
 
        super(TestRegisterLazy, self).setUp()
 
197
        tests.TestCase.setUp(self)
198
198
        import bzrlib.tests.fake_command
199
199
        del sys.modules['bzrlib.tests.fake_command']
200
200
        global lazy_command_imported