Y
Hacker News
new
|
ask
|
show
|
jobs
by
jeremiep
3456 days ago
Clojure has quickcheck as well:
https://github.com/clojure/test.check
1 comments
rkrzr
3456 days ago
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.
link
jeremiep
3456 days ago
You can feed those types from clojure.spec now :)
link