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

Unified Diff: appengine/findit/waterfall/test/wf_testcase.py

Issue 2521773004: [Culprit-finder] Refactor findit testcase and move it to libs. (Closed)
Patch Set: . Created 4 years, 1 month 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
Index: appengine/findit/waterfall/test/wf_testcase.py
diff --git a/appengine/findit/waterfall/test/wf_testcase.py b/appengine/findit/waterfall/test/wf_testcase.py
index 98e4f5434b926e7044f2f3d36fae5b7ceab216bd..3994f7d22c327d5348271431ca3f5279d6cdd7c0 100644
--- a/appengine/findit/waterfall/test/wf_testcase.py
+++ b/appengine/findit/waterfall/test/wf_testcase.py
@@ -8,7 +8,7 @@ import copy
import gae_ts_mon
-from common.findit_testcase import FinditTestCase
+from libs.testcase import TestCase
from model.wf_config import FinditConfig
@@ -131,7 +131,7 @@ DEFAULT_CONFIG_DATA = {
}
-class WaterfallTestCase(FinditTestCase): # pragma: no cover.
+class WaterfallTestCase(TestCase): # pragma: no cover.
def UpdateUnitTestConfigSettings(self, config_property=None,
override_data=None):

Powered by Google App Engine
This is Rietveld 408576698