Fork me on GitHub
#kaocha
<
2019-09-09
>
danielcompton04:09:23

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

danielcompton04:09:12

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.

danielcompton04:09:00

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