module documentation
(source)

Tests for the mypy parser.
Class ​Parse​Error​Suite Undocumented
Class ​Parser​Suite Undocumented
Function test​_parse​_error Undocumented
Function test​_parser Perform a single parser test case.
Constant INPUT​_FILE​_NAME Undocumented
def test_parse_error(testcase): (source)

Undocumented

Parameters
testcase:DataDrivenTestCaseUndocumented
def test_parser(testcase): (source)

Perform a single parser test case.

The argument contains the description of the test case.

Parameters
testcase:DataDrivenTestCaseUndocumented
INPUT_FILE_NAME: str = (source)

Undocumented

Value
'file'