Welcome! Please see the About page for a little more info on how this works.

0 votes
in test.check by

It should be possible to bound tests and shrinks in time.

The original issue also mentions shrink interruption through Ctrl-c, but this is already covered in (link: http://dev.clojure.org/jira/browse/TCHECK-4 text: #TCHECK-4).

(link: https://github.com/reiddraper/simple-check/issues/9 text: Original issue - #9 GitHub )

2 Answers

0 votes
by

Comment made by: gfredericks

Idea: a new function in c.t.check that takes a collection of arglists for c.t.check/quick-check, as well as a max-time, and runs the test in an interleaving fashion.

Not sure how c.t.c.clojure-test integration would look.

0 votes
by
Reference: https://clojure.atlassian.net/browse/TCHECK-8 (reported by hypirion)
...