getsentry / pytest-responses

py.test integration for responses
Apache License 2.0
89 stars 16 forks source link

Add withoutresponses marker #4

Closed keimlink closed 6 years ago

keimlink commented 7 years ago

This pull request add a "withoutresponses" marker. It fixes #3.

It adds a test that verifies that the marker exists. Furthermore it adds the --strict option for pytest as an additional check.