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

Method run_case

mypy/test/testoutput.py:22–23  ·  view source on GitHub ↗
(self, testcase: DataDrivenTestCase)

Source from the content-addressed store, hash-verified

20 files = ["outputjson.test"]
21
22 def run_case(self, testcase: DataDrivenTestCase) -> None:
23 test_output_json(testcase)
24
25
26def test_output_json(testcase: DataDrivenTestCase) -> None:

Callers

nothing calls this directly

Calls 1

test_output_jsonFunction · 0.85

Tested by

no test coverage detected