pawelad / pymonzo

Modern Python API client for Monzo public API.
https://pymonzo.pawelad.dev/
Mozilla Public License 2.0
21 stars 21 forks source link

Get rid of VCR.py #37

Open pawelad opened 5 months ago

pawelad commented 5 months ago

I still very much like the idea of https://github.com/kevin1024/vcrpy, but I think it works best when the API is publicly accessible and doesn't contain any sensitive data.

Right now, I'm using it alongside https://github.com/CarloDePieri/vcrpy-encrypt, but that means the tests can't be run in PRs opened by other people.

Thus, I think I should just migrate the VCR.py tests to use https://github.com/lundberg/respx instead.