(self, options, config)
| 346 | return sys.__stdout__.fileno() |
| 347 | |
| 348 | def configure(self, options, config): |
| 349 | Plugin.configure(self, options, config) |
| 350 | # Override nose trying to disable plugin. |
| 351 | if self.destination == 'capture': |
| 352 | self.enabled = True |
| 353 | |
| 354 | def startTest(self, test): |
| 355 | # Reset log capture |