Bug 111108
Summary: | style checker incorrectly claim methods on unittest2 to not exist | ||
---|---|---|---|
Product: | WebKit | Reporter: | Ryosuke Niwa <rniwa> |
Component: | Tools / Tests | Assignee: | Nobody <webkit-unassigned> |
Status: | NEW | ||
Severity: | Normal | CC: | dpranke |
Priority: | P2 | ||
Version: | 528+ (Nightly build) | ||
Hardware: | Unspecified | ||
OS: | Unspecified |
Ryosuke Niwa
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 | ||
---|---|---|
Add attachment proposed patch, testcase, etc. |