webkit  2cdf99a9e3038c7e01b3c37e8ad903ecbe5eecf1
https://github.com/WebKit/webkit
Public Member Functions | List of all members
webkitpy.style.checkers.python_unittest.PythonCheckerTest Class Reference
Inheritance diagram for webkitpy.style.checkers.python_unittest.PythonCheckerTest:

Public Member Functions

def test_init (self)
 
def test_check (self)
 
def test_pylint_false_positives (self)
 

Detailed Description

Tests the PythonChecker class.

Member Function Documentation

◆ test_check()

def webkitpy.style.checkers.python_unittest.PythonCheckerTest.test_check (   self)
Test check() method.

◆ test_init()

def webkitpy.style.checkers.python_unittest.PythonCheckerTest.test_init (   self)
Test __init__() method.

◆ test_pylint_false_positives()

def webkitpy.style.checkers.python_unittest.PythonCheckerTest.test_pylint_false_positives (   self)
Test that pylint false positives are suppressed.

The documentation for this class was generated from the following file: