MCPcopy Index your code
hub / github.com/python/mypy / run_case

Method run_case

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

Source from the content-addressed store, hash-verified

29 files.remove("parse-python314.test")
30
31 def run_case(self, testcase: DataDrivenTestCase) -> None:
32 test_parser(testcase)
33
34
35def test_parser(testcase: DataDrivenTestCase) -> None:

Callers

nothing calls this directly

Calls 1

test_parserFunction · 0.70

Tested by

no test coverage detected