test-check 2019-06-11

Yes, you're right. There is no need for this extra randomness. but I still wondering is there any way to get seed of each run? maybe in use-fixture function ?( for example to save in DB) sorry for latency @gfredericks

the seed is printed after every defspec run

if you want something more custom, you can always write your own code to call clojure.test.check/quickcheck

defspec is just a macro that does some stuff for you

👍 1