Fork me on GitHub
#mount
<
2018-03-07
>
jholkeboer16:03:30

How do yall approach testing (regular clojure.test) with mount? do you start all your states the same as they are in the app? or test subsets of states? do you start states separately in each test file?

jholkeboer16:03:08

basically i have a db instance that i want to reuse between different test namespaces