tezos-reward-distributor-organization / tezos-reward-distributor

Tezos Reward Distributor (TRD): A reward distribution software for tezos bakers.
https://tezos-reward-distributor-organization.github.io/tezos-reward-distributor/
GNU General Public License v3.0
87 stars 51 forks source link

Record and playback tests with API calls #690

Closed vkresch closed 6 months ago

vkresch commented 8 months ago

DISCLAIMER: Please ignore the yaml files in the cassettes folders for the review. These are vcr generated recordings.

Refactor tests, make them green while enabling record and playback. Do not be discouraged by the line change amount since most of the yaml recordings are being added to the repo.

This PR resolves the issue https://github.com/tezos-reward-distributor-organization/tezos-reward-distributor/issues/547. The following steps were performed:

Work effort: 20h

vkresch commented 7 months ago

@nicolasochem @jdsika the tests should now run in offline mode. Please test this on your side and let me know if you find an issue. Don't forget to install vcrpy. Thanks!

nicolasochem commented 6 months ago

thank you :+1: