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

Unified Diff: appengine/findit/model/test/wf_swarming_task_test.py

Issue 2187763004: [Findit] Refactor Findit pipeline. (Closed) Base URL: https://chromium.googlesource.com/infra/infra.git@master
Patch Set: rebase Created 4 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 | « no previous file | appengine/findit/model/wf_swarming_task.py » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: appengine/findit/model/test/wf_swarming_task_test.py
diff --git a/appengine/findit/model/test/wf_swarming_task_test.py b/appengine/findit/model/test/wf_swarming_task_test.py
index ff83ee835863bf02cf896d7d5de61c66685f7fa4..a235f56a3facd5b17a16e8b6820d940b16123ca2 100644
--- a/appengine/findit/model/test/wf_swarming_task_test.py
+++ b/appengine/findit/model/test/wf_swarming_task_test.py
@@ -41,3 +41,5 @@ class WfSwarmingTaskTest(unittest.TestCase):
}
self.assertEqual(expected_classified_tests, task.classified_tests)
+ self.assertEqual(expected_classified_tests['reliable_tests'],
+ task.reliable_tests)
« no previous file with comments | « no previous file | appengine/findit/model/wf_swarming_task.py » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698