X-Git-Url: http://review.tizen.org/git/?a=blobdiff_plain;f=src%2Ftools%2Fauto_bisect%2Fttest_test.py;h=9ab082bdc71eda8e8865ecf9f8fcd52e38abd913;hb=3545e9f2671f595d2a2f3ee75ca0393b01e35ef6;hp=744a3837cd9b83769d363e565c1c2593d3ec7f47;hpb=7d210d4c7e9ba36e635eabc5b5780495f8a63292;p=platform%2Fframework%2Fweb%2Fcrosswalk.git diff --git a/src/tools/auto_bisect/ttest_test.py b/src/tools/auto_bisect/ttest_test.py index 744a383..9ab082b 100644 --- a/src/tools/auto_bisect/ttest_test.py +++ b/src/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."""