oscoin / osrank-rs

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

Add more tests (including quickcheck ones) #41

Closed adinapoli-mndc closed 5 years ago

adinapoli-mndc commented 5 years ago

Currently we have a number of unit tests throughout the codebase, but none which tries to test the abstractions extensively or to test some specific properties and invariants. Rust has also a quickcheck port, which would be interesting to explore.

adinapoli-mndc commented 5 years ago

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