elmurci / xpring-rs

Rust client-side library for the XRP Ledger
MIT License
4 stars 2 forks source link

mock network in unit tests #8

Open elmurci opened 4 years ago

elmurci commented 4 years ago

Currently, tests interact with the XRP Ledger when testing some methods. The TestNet resets from time to time and transactions and account might disappear from one day to the next.

Implement a better way of unit testing methods, probably with mock responses.

elmurci commented 4 years ago

This applies also to doc-tests