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

Unified Diff: content/test/gpu/gpu_tests/gpu_integration_test.py

Issue 2616253002: Add typ boilerplate to Telemetry-based GPU tests. (Closed)
Patch Set: Created 3 years, 11 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: content/test/gpu/gpu_tests/gpu_integration_test.py
diff --git a/content/test/gpu/gpu_tests/gpu_integration_test.py b/content/test/gpu/gpu_tests/gpu_integration_test.py
index ef6bb7e5287237f05a899844de9b628cfcbf73de..b47534cbedfdf87a6fe63d87aa5c368f72321d35 100644
--- a/content/test/gpu/gpu_tests/gpu_integration_test.py
+++ b/content/test/gpu/gpu_tests/gpu_integration_test.py
@@ -199,3 +199,8 @@ class GpuIntegrationTest(
def setUp(self):
self._EnsureTabIsAvailable()
+
+def LoadAllTestsInModule(module):
+ # Just delegates to serially_executed_browser_test_case to reduce the
+ # number of imports in other files.
+ return serially_executed_browser_test_case.LoadAllTestsInModule(module)

Powered by Google App Engine
This is Rietveld 408576698