Python nose.plugins.Plugin() Examples
The following are 1
code examples of nose.plugins.Plugin().
You can vote up the ones you like or vote down the ones you don't like,
and go to the original project or source file by following the links above each example.
You may also want to check out all available functions/classes of the module
nose.plugins
, or try the search function
.
Example #1
Source File: browser_closer.py From webium with Apache License 2.0 | 5 votes |
def configure(self, options, conf): """Configure plugin. Plugin is enabled by default. """ self.conf = conf self.when = options.browser_closer_when