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