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.""" |