Fork me on GitHub
#test-check
<
2019-06-11
>
Shima19:06:27

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

gfredericks19:06:05

the seed is printed after every defspec run

gfredericks19:06:32

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

gfredericks19:06:52

defspec is just a macro that does some stuff for you

👍 4