Signed-off-by: Prasanna Santhanam <tsp@apache.org>
This commit is contained in:
Prasanna Santhanam 2013-10-29 16:19:48 +05:30
parent ddf4dfa60a
commit 6a904d2f9b

View File

@ -33,9 +33,9 @@ class MarvinPlugin(Plugin):
name = "marvin"
def configure(self, options, config):
"""enable the marvin plugin when the --with-marvin directive
is given to nose. The enableOpt value is set from the command line directive
and self.enabled (True|False) determines whether marvin's tests will run.
"""enable the marvin plugin when the --with-marvin directive is given
to nose. The enableOpt value is set from the command line directive and
self.enabled (True|False) determines whether marvin's tests will run.
By default non-default plugins like marvin will be disabled
"""
if hasattr(options, self.enableOpt):