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

Method run_case

mypy/test/teststubgen.py:854–856  ·  view source on GitHub ↗
(self, testcase: DataDrivenTestCase)

Source from the content-addressed store, hash-verified

852
853 @unittest.skipIf(sys.platform == "win32", "clean up fails on Windows")
854 def run_case(self, testcase: DataDrivenTestCase) -> None:
855 with local_sys_path_set():
856 self.run_case_inner(testcase)
857
858 def run_case_inner(self, testcase: DataDrivenTestCase) -> None:
859 extra = [] # Extra command-line args

Callers

nothing calls this directly

Calls 2

run_case_innerMethod · 0.95
local_sys_path_setFunction · 0.90

Tested by

no test coverage detected