Synthetixio / simulation

Agent-based model of the proposed stablecoin.
24 stars 18 forks source link

Tests #51

Open zyzek opened 6 years ago

zyzek commented 6 years ago

It's become apparent that we really need some tests for validating functionality and ensuring we're not breaking stuff as we go.

I've started with #50.

0xdomrom commented 6 years ago

As I've commented on #50 I'd probably wait until the orderbook is refactored (#44) before writing any tests, as it may change the expected value of some transactions, as well as how the decimals are handled.