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
|