As of pytest 4.5.0, decorating tests with pytest.mark.integration
results in this warning:
PytestUnknownMarkWarning: Unknown pytest.mark.integration - is
this a typo? You can register custom marks to avoid this warning
- for details, see https://docs.pytest.org/en/latest/mark.html
Avoid it by registering 'integration' as a known marker.
As of pytest 4.5.0, decorating tests with
pytest.mark.integration
results in this warning:Avoid it by registering 'integration' as a known marker.