test-check

2019-06-11T19:07:27.012100Z

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

2019-06-11T19:08:05.012500Z

the seed is printed after every defspec run

2019-06-11T19:08:32.013Z

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

2019-06-11T19:08:52.013300Z

defspec is just a macro that does some stuff for you

👍 1