Hacker News new | ask | show | jobs
by seancribbs 5553 days ago
On the contrary, QuickCheck is brilliant at testing stateful systems, as long as you can model the actions that occur and how they modify state (statem in eqc helps here).