Hi,
thank you, I just wanted to make sure I am not missing some functionality.
Best Regards,
Sven
Am Mittwoch, 5. November 2014 23:29:54 UTC+1 schrieb Ashton Kemerling:
>
> You can use fixtures from Clojure.test, but each spec from the perspective
> of clojure.test includes multiple runs. So I
You can use fixtures from Clojure.test, but each spec from the perspective of
clojure.test includes multiple runs. So I use fixtures :once to do any global
setup, and then farm out to a setup function for anything that needs to be done
before each test run.
--Ashton
Sent from my iPhone
> On
Hi,
Is there a way to use clojure.test.check's defspec with fixtures?
Like (use-fixtures :each (partial wrap-setup setup teardown)) in clojures
test library?
How do other people execute setup and teardowns with clojure.test.check?
Best Regards,
Sven
--
You received this message because you ar