def run_case(self, testcase: DataDrivenTestCase) -> None:
     with local_sys_path_set():
         self.run_case_inner(testcase)
Beispiel #2
0
 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)
Beispiel #4
0
 def run_case(self, testcase: DataDrivenTestCase) -> None:
     with local_sys_path_set():
         self.run_case_inner(testcase)