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

Unified Diff: dashboard/dashboard/pinpoint/handlers/new_test.py

Issue 3002903002: [pinpoint] Refactor Quest Generator. (Closed)
Patch Set: quest_parser module Created 3 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
Index: dashboard/dashboard/pinpoint/handlers/new_test.py
diff --git a/dashboard/dashboard/pinpoint/handlers/new_test.py b/dashboard/dashboard/pinpoint/handlers/new_test.py
index 5a9f4dcca3c7a022a3ed6ff45d803a57e5b6ac3d..f34c1020be02728d9b7f916fb1ceda9e51854b8a 100644
--- a/dashboard/dashboard/pinpoint/handlers/new_test.py
+++ b/dashboard/dashboard/pinpoint/handlers/new_test.py
@@ -155,3 +155,8 @@ class NewTest(testing_common.TestCase):
'https://testbed.example.com/job/%s' % result['jobId'])
job = job_module.Job.query().get()
self.assertEqual(None, job.bug_id)
+
+
+class QuestGenerationTest(testing_common.TestCase):
+
+ pass
perezju 2017/08/23 08:59:58 missing something here?
dtu 2017/08/24 23:17:52 Done. Removed. These tests are now under quest_gen

Powered by Google App Engine
This is Rietveld 408576698