Nose plugin for etr to allow execution of nose test suites.
More...
Nose plugin for etr to allow execution of nose test suites.
Configuration schema:
Optional (default True)
randomize True|False
nose:
tests:
- tests/fail.py
- tests/success.py
def etr.plugins.nose.Plugin.__init__ |
( |
|
self, |
|
|
|
ctx |
|
) |
| |
def etr.plugins.nose.Plugin.__init__ |
( |
|
self, |
|
|
|
ctx |
|
) |
| |
def etr.plugins.nose.Plugin.run |
( |
|
self, |
|
|
|
ctx |
|
) |
| |
Run test specified in configuration.
- Todo:
- : Parse xunit results and present result summary.
def etr.plugins.nose.Plugin.run |
( |
|
self, |
|
|
|
ctx |
|
) |
| |
Run test specified in configuration.
- Todo:
- : Parse xunit results and present result summary.
string etr.plugins.nose.Plugin.config_schema |
|
static |
Initial value:
3 additionalProperties: False
The documentation for this class was generated from the following files:
- etr/src/etr/plugins/nose.py
- INTROOT/lib/python3.7/site-packages/etr/plugins/nose.py