oscoin / osrank-rs

A pre-alpha osrank implementation in Rust.
http://oscoin.io/
3 stars 3 forks source link

Extract `Mock...` #37

Closed MeBrei closed 5 years ago

MeBrei commented 5 years ago

For testing and benchmarking we mock data that would come from the Graph API. This should be extracted into its own helper module or types.rs.

See also https://github.com/oscoin/osrank-rs/pull/21/files#r315146406

adinapoli-mndc commented 5 years ago

Fixed by https://github.com/oscoin/osrank-rs/pull/47