| Index: testing_support/git/unittest_helpers.py
|
| diff --git a/testing_support/git/unittest_helpers.py b/testing_support/git/unittest_helpers.py
|
| index 8e091c52dec01967f1b0aa7324d421b9e7ad625e..0434e2c5e5dd6235ca1beff415c3cb12d9244bd4 100644
|
| --- a/testing_support/git/unittest_helpers.py
|
| +++ b/testing_support/git/unittest_helpers.py
|
| @@ -47,13 +47,3 @@ class GitRepoTestBase(auto_stub.TestCase):
|
| self.repo.nuke()
|
| finally:
|
| super(GitRepoTestBase, self).tearDown()
|
| -
|
| -
|
| -# The read-only version used to set up and tear down repo on a setUpClass basis,
|
| -# and the read-write version used to do it on a setUp basis. This is no longer
|
| -# the case. Keep the names around, but they're deprecated.
|
| -GitRepoReadWriteTestBase = GitRepoTestBase
|
| -GitRepoReadOnlyTestBase = GitRepoTestBase
|
| -
|
| -# Additionally, there was a schema-only version, but it was pretty useless
|
| -GitRepoSchemaTestBase = GitRepoTestBase
|
|
|