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

Method run_case

mypy/test/testdaemon.py:30–35  ·  view source on GitHub ↗
(self, testcase: DataDrivenTestCase)

Source from the content-addressed store, hash-verified

28 files = daemon_files
29
30 def run_case(self, testcase: DataDrivenTestCase) -> None:
31 try:
32 test_daemon(testcase)
33 finally:
34 # Kill the daemon if it's still running.
35 run_cmd("dmypy kill")
36
37
38def test_daemon(testcase: DataDrivenTestCase) -> None:

Callers

nothing calls this directly

Calls 2

test_daemonFunction · 0.85
run_cmdFunction · 0.70

Tested by

no test coverage detected