Loader: Test Cases¶
Load tests from unittest.TestCase subclasses.
This plugin implements loadTestsFromName() and
loadTestsFromModule() to load tests from
unittest.TestCase subclasses found in modules or named on the
command line.
Configuration [testcases]¶
-
always-on¶ - Default
True
- Type
boolean
Sample configuration¶
The default configuration is equivalent to including the following in a unittest.cfg file.
[testcases]
always-on = True