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

Side by Side Diff: tools/telemetry/unittest_data/page_tests/page_test2.py

Issue 449963002: Modify all usage of PageMeasurement to use PageTest in tools/telemetry. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Rebase. Created 6 years, 4 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 unified diff | Download patch
OLDNEW
(Empty)
1 # Copyright 2014 The Chromium Authors. All rights reserved.
2 # Use of this source code is governed by a BSD-style license that can be
3 # found in the LICENSE file.
4
5 """A simple PageTest used by page/record_wpr.py's unit tests."""
6
7 from telemetry.page import page_test
8
9 class MockPageTestTwo(page_test.PageTest):
10 def __init__(self):
11 super(MockPageTestTwo, self).__init__(action_name_to_run="RunBar")
12
13 def ValidateAndMeasurePage(self, page, tab, results):
14 pass
OLDNEW
« no previous file with comments | « tools/telemetry/unittest_data/page_tests/page_test1.py ('k') | tools/telemetry/unittest_data/page_tests/page_test3.py » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698