Hacker News new | ask | show | jobs
by jeremiep 3456 days ago
Clojure has quickcheck as well: https://github.com/clojure/test.check
1 comments

Good point. Of course you have to specify the type of the values that you want to test in the test itself then, so you have to specify some types one way or the other.
You can feed those types from clojure.spec now :)