Upstream version 10.39.225.0
[platform/framework/web/crosswalk.git] / src / tools / auto_bisect / ttest_test.py
index 744a383..9ab082b 100644 (file)
@@ -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."""