reiddraper / simple-check

QuickCheck for Clojure
http://reiddraper.github.io/simple-check/
286 stars 18 forks source link

Handle long tests or shrinks #9

Closed reiddraper closed 10 years ago

reiddraper commented 11 years ago

Tests and shrinks should be able to be bounded in time. Further, if shrinks get interrupted by the user (ctrl-c), they should be able to return the best shrink so far.

reiddraper commented 10 years ago

Move to Jira.