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

Unified Diff: tools/auto_bisect/ttest_test.py

Issue 529593002: In the presubmit for auto-bisect, run pylint and unit tests. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: 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 side-by-side diff with in-line comments
Download patch
« no previous file with comments | « tools/auto_bisect/source_control.py ('k') | tools/bisect-perf-regression.py » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: tools/auto_bisect/ttest_test.py
diff --git a/tools/auto_bisect/ttest_test.py b/tools/auto_bisect/ttest_test.py
index 744a3837cd9b83769d363e565c1c2593d3ec7f47..9ab082bdc71eda8e8865ecf9f8fcd52e38abd913 100644
--- a/tools/auto_bisect/ttest_test.py
+++ b/tools/auto_bisect/ttest_test.py
@@ -9,6 +9,8 @@ import unittest
import ttest
+# This test case accesses private functions of the ttest module.
+# pylint: disable=W0212
class TTestTest(unittest.TestCase):
"""Tests for the t-test functions."""
« no previous file with comments | « tools/auto_bisect/source_control.py ('k') | tools/bisect-perf-regression.py » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698