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

Unified Diff: tools/perf/measurements/smooth_gesture_util_unittest.py

Issue 637153002: telemetry: Remove command line args from page test (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Suppress pylint E1003 Created 6 years, 1 month 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: tools/perf/measurements/smooth_gesture_util_unittest.py
diff --git a/tools/perf/measurements/smooth_gesture_util_unittest.py b/tools/perf/measurements/smooth_gesture_util_unittest.py
index cde44f49f1439f3de4f9d59792589bf368e923c1..41d2914e60cccdab5f51a0246a5d2e5f63333237 100644
--- a/tools/perf/measurements/smooth_gesture_util_unittest.py
+++ b/tools/perf/measurements/smooth_gesture_util_unittest.py
@@ -120,6 +120,7 @@ class SmoothGestureTest(page_test_test_case.PageTestTestCase):
tab_ids = []
class ScrollingGestureTestMeasurement(page_test.PageTest):
def __init__(self):
+ # pylint: disable=E1003
nednguyen 2014/11/19 19:44:16 Can you change this to disable=bad-super-call inst
ernstm 2014/11/19 20:02:44 Done.
super(ScrollingGestureTestMeasurement, self).__init__(
'RunSmoothness', False)
« no previous file with comments | « tools/perf/measurements/skpicture_printer_unittest.py ('k') | tools/perf/measurements/smoothness_unittest.py » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698