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

Unified Diff: dashboard/dashboard/graph_revisions_test.py

Issue 1549583002: In /graph_json, check internal_only on Test entity and skip test for all Row entities. (Closed) Base URL: https://github.com/catapult-project/catapult@master
Patch Set: Fixed assertions Created 5 years 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 | « dashboard/dashboard/graph_revisions.py ('k') | dashboard/dashboard/mr.py » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: dashboard/dashboard/graph_revisions_test.py
diff --git a/dashboard/dashboard/graph_revisions_test.py b/dashboard/dashboard/graph_revisions_test.py
index 093c9edc73933e7b6a1c2ec6188a6a9b0cbc39e8..e8ceef6281768164a6aa2ddb10ccdf84ce4897fa 100644
--- a/dashboard/dashboard/graph_revisions_test.py
+++ b/dashboard/dashboard/graph_revisions_test.py
@@ -23,6 +23,7 @@ class GraphRevisionsTest(testing_common.TestCase):
app = webapp2.WSGIApplication(
[('/graph_revisions', graph_revisions.GraphRevisionsHandler)])
self.testapp = webtest.TestApp(app)
+ self.PatchDatastoreHooksRequest()
def _AddMockData(self):
"""Adds mock data to the datastore, not updating stored_object."""
« no previous file with comments | « dashboard/dashboard/graph_revisions.py ('k') | dashboard/dashboard/mr.py » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698