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

Unified Diff: telemetry/telemetry/benchmark_run_unittest.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/benchmark.py ('k') | telemetry/telemetry/benchmark_unittest.py » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: telemetry/telemetry/benchmark_run_unittest.py
diff --git a/telemetry/telemetry/benchmark_run_unittest.py b/telemetry/telemetry/benchmark_run_unittest.py
index 215ee5d0f75345e5eb2391a0470ea4069ee67566..ab6b74166e9fc3727e8e0e7f873260c519c8ce16 100644
--- a/telemetry/telemetry/benchmark_run_unittest.py
+++ b/telemetry/telemetry/benchmark_run_unittest.py
@@ -6,14 +6,14 @@ import unittest
from telemetry import benchmark as benchmark_module
from telemetry import page as page_module
-from telemetry.page import page_test
+from telemetry.page import legacy_page_test
from telemetry import story as story_module
from telemetry.testing import fakes
import mock
# pylint: disable=abstract-method
-class DummyPageTest(page_test.PageTest):
+class DummyPageTest(legacy_page_test.LegacyPageTest):
def __init__(self):
super(DummyPageTest, self).__init__()
# Without disabling the above warning, this complains that
« no previous file with comments | « telemetry/telemetry/benchmark.py ('k') | telemetry/telemetry/benchmark_unittest.py » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698