(self)
| 572 | |
| 573 | class TestCustomContractPrePostProcess: |
| 574 | def setup_method(self): |
| 575 | self.results = TextTestResult(stream=None, descriptions=False, verbosity=0) |
| 576 | |
| 577 | def test_pre_hook_keyboard_interrupt(self): |
| 578 | spider = DemoSpider() |
nothing calls this directly
no test coverage detected