|
etr
4.0-pre
|
Nose plugin for etr to allow execution of nose test suites. More...
Public Member Functions | |
| def | __init__ (self, ConfigurationContext ctx) |
| def | run (self, RunContext ctx) |
| Run test specified in configuration. More... | |
| def | __init__ (self, ConfigurationContext ctx) |
| def | run (self, RunContext ctx) |
| Run test specified in configuration. More... | |
Static Public Attributes | |
| string | config_schema |
Nose plugin for etr to allow execution of nose test suites.
Configuration schema:
randomize True|False
nose:
tests:
- tests/fail.py
- tests/success.py
Configuration schema:
randomize True|False
nose:
tests:
- tests/fail.py
- tests/success.py
| def etr.plugins.nose.Plugin.__init__ | ( | self, | |
| ConfigurationContext | ctx | ||
| ) |
| def etr.plugins.nose.Plugin.__init__ | ( | self, | |
| ConfigurationContext | ctx | ||
| ) |
| def etr.plugins.nose.Plugin.run | ( | self, | |
| RunContext | ctx | ||
| ) |
Run test specified in configuration.
@todo: Parse xunit results and present result summary.
| def etr.plugins.nose.Plugin.run | ( | self, | |
| RunContext | ctx | ||
| ) |
Run test specified in configuration.
@todo: Parse xunit results and present result summary.
|
static |