ReproNim / reproman

ReproMan (AKA NICEMAN, AKA ReproNim TRD3)
https://reproman.readthedocs.io
Other
24 stars 14 forks source link

TST: pytest: Register custom 'integration' mark #465

Closed kyleam closed 5 years ago

kyleam commented 5 years ago

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.