(self, options, config)
| 259 | Plugin.options(self, parser, env) |
| 260 | |
| 261 | def configure(self, options, config): |
| 262 | Plugin.configure(self, options, config) |
| 263 | # Override nose trying to disable plugin. |
| 264 | self.enabled = True |
| 265 | |
| 266 | def wantFile(self, filename): |
| 267 | """Return whether the given filename should be scanned for tests. |