Fork me on GitHub
#kaocha
<
2020-07-08
>
plexus09:07:34

@madstap this is kind of intentional, since the default config has :focus-meta [:kaocha/focus], so if you mark up tests then we focus on those, if not we run everything. If you need different behavior you can use plugins or hooks, should be straightforward to traverse the tree and mark tests as :kaocha.testable/skip

plexus09:07:17

you can look at the filter plugin for inspiration, although for this specific case something much simpler should be good enough

rgm16:07:40

heads up: kaocha file watching is busted in the new beta macOS, so maybe don’t upgrade just yet. https://github.com/lambdaisland/kaocha/issues/151 (I did by accident and have been regretting it).

rgm16:07:24

my fix-this-particular-machine fix was to make a new hawk jar that re-writes the point where it branches on macOS, and maven install that locally.