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

Method run_case

mypy/test/testerrorstream.py:18–19  ·  view source on GitHub ↗
(self, testcase: DataDrivenTestCase)

Source from the content-addressed store, hash-verified

16 files = ["errorstream.test"]
17
18 def run_case(self, testcase: DataDrivenTestCase) -> None:
19 test_error_stream(testcase)
20
21
22def test_error_stream(testcase: DataDrivenTestCase) -> None:

Callers

nothing calls this directly

Calls 1

test_error_streamFunction · 0.85

Tested by

no test coverage detected