Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(1055)

Unified Diff: testing_support/git/unittest_helpers.py

Issue 484523002: Remove deprecated unittest_helper classes. (Closed) Base URL: https://chromium.googlesource.com/infra/testing/testing_support.git@master
Patch Set: Created 6 years, 4 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « testing_support/__init__.py ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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
« no previous file with comments | « testing_support/__init__.py ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698