kaocha

Official support channel: https://clojureverse.org/c/projects/kaocha
danielcompton 2019-09-09T04:41:23.033100Z

Is there a way to turn on Orchestra instrumentation before running Kaocha tests? I can see some references to Orchestra, but I think that's related to test.checking functions with in/out specs, rather than turning on instrumentation for tests

danielcompton 2019-09-09T04:42:12.034200Z

Relatedly, is there a way to run some code before executing the tests? We have a spec namespace that we'd like to have required before running the tests, but not to have requires from our test namespaces back to the spec file.

danielcompton 2019-09-09T04:49:00.035400Z

The issue I'm having might be that the specs aren't registered until after Orchestra has run?