Index: testing_support/auto_stub.py |
diff --git a/testing_support/auto_stub.py b/testing_support/auto_stub.py |
index 71970a52323a82f477c016effdda510806aa2909..e1155a64ae71f4ec5e0607ad95dd2eb352dd14c8 100644 |
--- a/testing_support/auto_stub.py |
+++ b/testing_support/auto_stub.py |
@@ -68,7 +68,3 @@ class TestCase(unittest.TestCase, AutoStubMixIn): |
def tearDown(self): |
AutoStubMixIn.tearDown(self) |
unittest.TestCase.tearDown(self) |
- |
- def has_failed(self): |
- """Returns True if the test has failed.""" |
- return not self._resultForDoCleanups.wasSuccessful() |