webkit
2cdf99a9e3038c7e01b3c37e8ad903ecbe5eecf1
https://github.com/WebKit/webkit
|
Public Member Functions | |
def | __init__ (self, file_path, handle_style_error, host=None) |
def | check_test_expectations (self, expectations_str, tests=None) |
def | check_tabs (self, lines) |
def | check (self, lines) |
Static Public Attributes | |
categories = set(['test/expectations']) | |
Processes TestExpectations lines for validating the syntax.
def webkitpy.style.checkers.test_expectations.TestExpectationsChecker.__init__ | ( | self, | |
file_path, | |||
handle_style_error, | |||
host = None |
|||
) |
def webkitpy.style.checkers.test_expectations.TestExpectationsChecker.check | ( | self, | |
lines | |||
) |
def webkitpy.style.checkers.test_expectations.TestExpectationsChecker.check_tabs | ( | self, | |
lines | |||
) |
def webkitpy.style.checkers.test_expectations.TestExpectationsChecker.check_test_expectations | ( | self, | |
expectations_str, | |||
tests = None |
|||
) |
|
static |