danieleades / monzo-lib

monzo API client library, in pure rust
16 stars 4 forks source link

Testing! #3

Open danieleades opened 5 years ago

danieleades commented 5 years ago

This crate needs a whole lot of testing.

I'm not sure of the best way forward here- short of spamming my own account with tiny transfers and notifications

danieleades commented 5 years ago

mockito? mocktopus?

danieleades commented 2 years ago

There a number of requests on the Monzo community page for a sandbox API for testing purposes. No official responses yet, and I'm not holding my breath.

It would be very easy to mock the API, though testing your understanding of the API against a mock server you built with the same understanding is of very questionable value