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
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.
Ah, I see that Orchestra is run: https://github.com/lambdaisland/kaocha/blob/670935d5c7d43f6df8fd237947434218cd6531f2/test/shared/kaocha/test_helper.clj#L13
The issue I'm having might be that the specs aren't registered until after Orchestra has run?