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

Method run_case

mypy/test/test_nativeparse.py:57–58  ·  view source on GitHub ↗
(self, testcase: DataDrivenTestCase)

Source from the content-addressed store, hash-verified

55 files = ["native-parser.test"] if has_nativeparse else []
56
57 def run_case(self, testcase: DataDrivenTestCase) -> None:
58 test_parser(testcase)
59
60
61class NativeParserImportsSuite(DataSuite):

Callers

nothing calls this directly

Calls 1

test_parserFunction · 0.70

Tested by

no test coverage detected