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

Method run_case

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

Source from the content-addressed store, hash-verified

64 files = ["native-parser-imports.test"] if has_nativeparse else []
65
66 def run_case(self, testcase: DataDrivenTestCase) -> None:
67 test_parser_imports(testcase)
68
69
70def test_parser(testcase: DataDrivenTestCase) -> None:

Callers

nothing calls this directly

Calls 1

test_parser_importsFunction · 0.85

Tested by

no test coverage detected