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.

Table Of Contents

Previous topic

Loader: load_tests protocol

Next topic

Reporting test results

This Page