schireson / pytest-mock-resources

Pytest Fixtures that let you actually test against external resource (Postgres, Mongo, Redshift...) dependent code.
https://pytest-mock-resources.readthedocs.io/en/latest/quickstart.html
MIT License
179 stars 19 forks source link

Register the marks which PMR exports #84

Closed DanCardin closed 4 years ago

DanCardin commented 4 years ago

Is your feature request related to a problem? Please describe. pytest generates a bunch of warnings (at least PMR internally) because it creates a bunch of marks and does not register them.

DanCardin commented 4 years ago

Fixed by #85