Fork me on GitHub
#clojure-dev
<
2016-10-05
>
cddr01:10:55

Posted this in #clojure but maybe only folks in here know the answer. What is the reason that the default-fixture in clojure.test is private? My use-case is conditionally including some fixture as part of a collection of fixtures based on the value of some environment variable. I just copied the definition of default fixture into my code so it's no big deal but wondered if there was a reason for it being private