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

Unified Diff: testing_support/auto_stub.py

Issue 956363004: Clean up, smoke tests (Closed) Base URL: https://chromium.googlesource.com/infra/testing/testing_support.git@master
Patch Set: Created 5 years, 10 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 | « no previous file | testing_support/fake_repos.py » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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()
« no previous file with comments | « no previous file | testing_support/fake_repos.py » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698