interledger / interledger-rs

An easy-to-use, high-performance Interledger implementation written in Rust
http://interledger.rs
Other
201 stars 70 forks source link

Refactoring of shared test support code #731

Open koivunej opened 3 years ago

koivunej commented 3 years ago

This was noticed while adding the benchmarks in #663 that the redis_helpers.rs is copypasted all over. I do remember attempting to split it, the latest one being https://github.com/KristianWahlroos/interledger-rs/pull/2. Since #729 will leave some FIXME and todo! related to these files, maybe they should be refactored into a single place before fixing.

Marking this as good-first-issue because I seem to have made quite small commits which should be easy to follow/replicate.