(self)
| 656 | super().setUp() |
| 657 | |
| 658 | def tearDown(self): |
| 659 | super().tearDown() |
| 660 | |
| 661 | test_utils.cleanup() |
| 662 | |
| 663 | self.finish_process() |
| 664 | self.executor.cleanup() |
| 665 | |
| 666 | def write_process_output(self, text): |
| 667 | wrapper = self.executor.process_wrapper |
nothing calls this directly
no test coverage detected