Fork me on GitHub
#lambdaisland
<
2021-07-31
>
dpsutton04:07:58

looking at kaocha now that we've finally cut over to deps.edn at work. I see that kaocha seems to want t ohave a vector of test paths. Is this baked into kaocha? We have different tests that are conditionally on the classpath for extra features. There seem to be two different solutions that I can think of: a) i can include entries in the :test-paths vector that aren't on the classpath, and in this way include all possible test paths and allow some subset to actually be on the classpath, or b) there is a feature to enable automatic discovery of all tests on the classpath, much like lein test would do. Are either of these a viable solution, or perhaps another way?