mount

jholkeboer 2018-03-07T16:31:30.000786Z

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?

jholkeboer 2018-03-07T16:47:08.000607Z

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