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

Method run_case

mypy/test/testsemanal.py:94–95  ·  view source on GitHub ↗
(self, testcase: DataDrivenTestCase)

Source from the content-addressed store, hash-verified

92 files = ["semanal-errors.test", "semanal-errors-python310.test"]
93
94 def run_case(self, testcase: DataDrivenTestCase) -> None:
95 test_semanal_error(testcase)
96
97
98def test_semanal_error(testcase: DataDrivenTestCase) -> None:

Callers

nothing calls this directly

Calls 1

test_semanal_errorFunction · 0.85

Tested by

no test coverage detected