reiddraper / simple-check

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

Handle sigint #41

Closed reiddraper closed 10 years ago

reiddraper commented 10 years ago

During shrinking, this should simply return the best shrink so-far. During testing, perhaps it should just return the number of tests that've been run. In both cases, some indication should be given in the return value that the user pressed ctrl-c.

reiddraper commented 10 years ago

Moved to Jira.