kaocha

Official support channel: https://clojureverse.org/c/projects/kaocha
2020-04-06T00:45:03.094900Z

@braden.shepherdson if you prefer midje's syntax, https://github.com/metosin/testit might be worth to look into. and like plexus said, for more complex assertions like contains :gaps-ok, https://github.com/nubank/matcher-combinators/ works wonders

2020-04-06T10:17:55.098Z

In kaocha with watch mode, is it only possible to run only run the test associated with the change of a file? For example if I create test files that mimic my codebase structure (with test instead of src as root!)

2020-04-06T10:17:58.098200Z

?

plexus 2020-04-06T12:42:58.098600Z

there is a Pitch for this and some work has happened, https://nextjournal.com/lambdaisland/kaocha-autotest

plexus 2020-04-06T12:43:47.099200Z

This is one of the things we would like to invest in assuming we can get more backers on OpenCollective

plexus 2020-04-06T12:44:49.100100Z

as always I'm also happy to mentor anyone who would like to contribute this, like I said there's a WIP branch but it needs polishing up, making sure it works with clojurescript, etc. https://github.com/lambdaisland/kaocha/tree/autotest

plexus 2020-04-06T12:45:09.100500Z

this could also be a potential project for Rails Girls Summer of Code, assuming we get a team

🎉 1