(self)
| 240 | self.executor = ScriptExecutor(config, test_utils.env_variables) |
| 241 | |
| 242 | def setUp(self): |
| 243 | executor._process_creator = _MockProcessWrapper |
| 244 | test_utils.setup() |
| 245 | |
| 246 | def tearDown(self) -> None: |
| 247 | self.executor.process_wrapper.kill() |
nothing calls this directly
no outgoing calls
no test coverage detected