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

Unified Diff: telemetry/telemetry/web_perf/timeline_based_page_test.py

Issue 1921633003: [Telemetry] Rename page_test to legacy_page_test (Closed) Base URL: https://github.com/catapult-project/catapult@master
Patch Set: Add TODO 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 | « telemetry/telemetry/web_perf/smooth_gesture_util_unittest.py ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: telemetry/telemetry/web_perf/timeline_based_page_test.py
diff --git a/telemetry/telemetry/web_perf/timeline_based_page_test.py b/telemetry/telemetry/web_perf/timeline_based_page_test.py
index fdde37a290ceacd134b4f91ca54e51a14a2174a0..5413bb73b3a705390155db94d8f84f928327b42b 100644
--- a/telemetry/telemetry/web_perf/timeline_based_page_test.py
+++ b/telemetry/telemetry/web_perf/timeline_based_page_test.py
@@ -2,9 +2,9 @@
# Use of this source code is governed by a BSD-style license that can be
# found in the LICENSE file.
-from telemetry.page import page_test
+from telemetry.page import legacy_page_test
-class TimelineBasedPageTest(page_test.PageTest):
+class TimelineBasedPageTest(legacy_page_test.LegacyPageTest):
"""Page test that collects metrics with TimelineBasedMeasurement.
WillRunStory(), Measure() and DidRunStory() are all done in story_runner
« no previous file with comments | « telemetry/telemetry/web_perf/smooth_gesture_util_unittest.py ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698