/test-httpx-vcr-respx-example

http://rogulski.it/blog/pytest-httpx-vcr-respx-remote-service-tests/

Primary LanguagePython

Testing remote services with vcr and respx

This is an example case for my blog post about testing remote services on httpx and respx and vcr

Install requirements

pip-compile --generate-hashes --output-file=requirements.txt requirements.in

Run tests

pytest tests