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

Unified Diff: telemetry/telemetry/page/page_test.py

Issue 1917173002: Expose all the public symbol in page_test (Closed) Base URL: https://github.com/catapult-project/catapult@master
Patch Set: Created 4 years, 8 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 | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: telemetry/telemetry/page/page_test.py
diff --git a/telemetry/telemetry/page/page_test.py b/telemetry/telemetry/page/page_test.py
index 1e1826602d236e87e5043fb7a04190d1ffec97ab..be831ac5ca4d21e727f29ce20cfa90a3a9c4be91 100644
--- a/telemetry/telemetry/page/page_test.py
+++ b/telemetry/telemetry/page/page_test.py
@@ -4,6 +4,9 @@
from telemetry.page import legacy_page_test
-# TODO(nednguyen): Remove this shim after all the call sites are updated to
+# TODO(nednguyen): Remove these shims after all the call sites are updated to
# reference telemetry.legacy_page_test (crbug.com/606643)
PageTest = legacy_page_test.LegacyPageTest
+
+# pylint: disable=wildcard-import, unused-wildcard-import
+from telemetry.page.legacy_page_test import *
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698