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

Unified Diff: tools/telemetry/telemetry/web_perf/metrics/timeline_based_metric_unittest.py

Issue 1458083003: [Telemetry + tools/perf] Modify the pylint disable message to use symbolic name (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 5 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/telemetry/telemetry/web_perf/metrics/timeline_based_metric_unittest.py
diff --git a/tools/telemetry/telemetry/web_perf/metrics/timeline_based_metric_unittest.py b/tools/telemetry/telemetry/web_perf/metrics/timeline_based_metric_unittest.py
index 94c93d8d01ad750ce34c58c451968e7322e9c4ed..31f072529693e6a742948b6e4f4389a257c17ea3 100644
--- a/tools/telemetry/telemetry/web_perf/metrics/timeline_based_metric_unittest.py
+++ b/tools/telemetry/telemetry/web_perf/metrics/timeline_based_metric_unittest.py
@@ -21,7 +21,7 @@ class FakeRecord(object):
class TimelineBasedMetricTest(unittest.TestCase):
- # pylint: disable=W0212
+ # pylint: disable=protected-access
def testTimeRangesHasOverlap(self):
# Test cases with overlap on one side
self.assertTrue(tbm_module._TimeRangesHasOverlap([(10, 20), (5, 15)]))

Powered by Google App Engine
This is Rietveld 408576698