Pytest plugin for etr to allow execution of Pytest test suites.
More...
|
def | __init__ (self, ConfigurationContext ctx) |
|
def | run (self, RunContext ctx) |
| Run test specified in configuration and filtered by options. More...
|
|
Pytest plugin for etr to allow execution of Pytest test suites.
Configuration schema:
pytest: tests:
- tests/fail.py
- tests/success.py
◆ __init__()
def etr.plugins.pytest.Plugin.__init__ |
( |
|
self, |
|
|
ConfigurationContext |
ctx |
|
) |
| |
◆ run()
def etr.plugins.pytest.Plugin.run |
( |
|
self, |
|
|
RunContext |
ctx |
|
) |
| |
Run test specified in configuration and filtered by options.
◆ config_schema
string etr.plugins.pytest.Plugin.config_schema |
|
static |
Initial value:= """
type: object
additionalProperties: False
properties:
tests:
type: array
items:
type: string
"""
The documentation for this class was generated from the following file: