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

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

Issue 1866883002: [Findit] A huge refactoring and some bug fixing. (Closed) Base URL: https://chromium.googlesource.com/infra/infra.git@master
Patch Set: Fix nit. Created 4 years, 8 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
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 e5a2da51f62bd6894da87497b5979623d970a66b..c10006e06de7e3237dcfa96dd601b042ca56a34b 100644
--- a/appengine/findit/waterfall/test/wf_testcase.py
+++ b/appengine/findit/waterfall/test/wf_testcase.py
@@ -3,10 +3,10 @@
# found in the LICENSE file.
from google.appengine.api import users
-from testing_utils import testing
import copy
+from common.findit_testcase import FinditTestCase
from model.wf_config import FinditConfig
@@ -87,7 +87,7 @@ DEFAULT_CONFIG_DATA = {
}
-class WaterfallTestCase(testing.AppengineTestCase): # pragma: no cover.
+class WaterfallTestCase(FinditTestCase): # pragma: no cover.
def UpdateUnitTestConfigSettings(self, config_property=None,
override_data=None):
« no previous file with comments | « appengine/findit/waterfall/test/try_job_util_test.py ('k') | appengine/findit/waterfall/trigger_swarming_task_pipeline.py » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698