|
etr
4.0-pre
|
Pytest plugin for etr to allow execution of Pytest test suites. More...
Public Member Functions | |
| def | __init__ (self, ConfigurationContext ctx) |
| def | run (self, RunContext ctx) |
| Run test specified in configuration and filtered by options. More... | |
| def | __init__ (self, ConfigurationContext ctx) |
| def | run (self, RunContext ctx) |
| Run test specified in configuration and filtered by options. More... | |
Static Public Attributes | |
| string | config_schema |
Pytest plugin for etr to allow execution of Pytest test suites.
Configuration schema:
randomize True|False
pytest:
tests:
- tests/fail.py
- tests/success.py
Configuration schema:
randomize True|False
pytest:
tests:
- tests/fail.py
- tests/success.py
| def etr.plugins.pytest.Plugin.__init__ | ( | self, | |
| ConfigurationContext | ctx | ||
| ) |
| def etr.plugins.pytest.Plugin.__init__ | ( | self, | |
| ConfigurationContext | ctx | ||
| ) |
| def etr.plugins.pytest.Plugin.run | ( | self, | |
| RunContext | ctx | ||
| ) |
Run test specified in configuration and filtered by options.
| def etr.plugins.pytest.Plugin.run | ( | self, | |
| RunContext | ctx | ||
| ) |
Run test specified in configuration and filtered by options.
|
static |