NEW 111108
style checker incorrectly claim methods on unittest2 to not exist
https://bugs.webkit.org/show_bug.cgi?id=111108
Summary style checker incorrectly claim methods on unittest2 to not exist
Ryosuke Niwa
Reported 2013-02-28 13:44:28 PST
e.g. https://bugs.webkit.org/attachment.cgi?id=190635&action=review >> Tools/Scripts/webkitpy/performance_tests/perftest_unittest.py:166 >> + self.assertIsNone(test._run_with_driver(None, None)) > > [TestPerfTest.test_parse_output_with_failing_line] Instance of 'TestPerfTest' has no 'assertIsNone' member [pylint/E1101] [5]
Attachments
Note You need to log in before you can comment on or make changes to this bug.