Fork me on GitHub
#kaocha
<
2019-04-02
>
jvtrigueros21:04:13

Currently, I'm using clojure.test for running tests and am using fixtures with :once which wrap all the tests in the current namespace, does kaocha provide a way to add a fixture over all the tests? I want to create a database table and delete it after the tests are complete, doing this per namespace is very wasteful as it takes time to create and delete the table.