pytest_httpx
pytest_httpx copied to clipboard
Add param to disable verify over non-requested mock.
I had a scenario where I wanted to all request to be verified about over non-request, but just ONE request I wanted to be free verification.
With this new feature I can achieve this logic.
I created this PR #76.