def run_case(self, testcase: DataDrivenTestCase) -> None:
     with local_sys_path_set():
         self.run_case_inner(testcase)
예제 #2
0
파일: teststubgen.py 프로젝트: python/mypy
 def run(self, result: Optional[Any] = None) -> Optional[Any]:
     with local_sys_path_set():
         return super().run(result)
 def run(self, result: Optional[Any] = None) -> Optional[Any]:
     with local_sys_path_set():
         return super().run(result)
예제 #4
0
파일: teststubgen.py 프로젝트: python/mypy
 def run_case(self, testcase: DataDrivenTestCase) -> None:
     with local_sys_path_set():
         self.run_case_inner(testcase)