MCPcopy
hub / github.com/python/mypy / run_case

Method run_case

mypy/test/testparse.py:92–93  ·  view source on GitHub ↗
(self, testcase: DataDrivenTestCase)

Source from the content-addressed store, hash-verified

90 files = ["parse-errors.test"]
91
92 def run_case(self, testcase: DataDrivenTestCase) -> None:
93 test_parse_error(testcase)
94
95
96def test_parse_error(testcase: DataDrivenTestCase) -> None:

Callers

nothing calls this directly

Calls 1

test_parse_errorFunction · 0.85

Tested by

no test coverage detected