Default filter: __test__
This plugin implements startTestRun(), which excludes all test objects
that define a __test__ attribute with a truth value of False.
Plugin class reference: DunderTestFilter
-
class nose2.plugins.dundertest.DunderTestFilter[source]
Exclude all tests defining a __test__ attribute with a truth value of
False.
-
startTestRun(event)[source]
Recurse event.suite and remove all test suites and test cases
that define a __test__ attribute with a truth value of False.