kaocha

Official support channel: https://clojureverse.org/c/projects/kaocha
plexus 2020-04-03T06:52:08.087200Z

you might be interested in https://github.com/magnars/kaocha-noyoda

2020-04-03T15:08:07.088600Z

I looked at that, but it also raised the "good COBOL programmers can write COBOL in any language" flag for me. my main reason for preferring Midje in the first place was the flexibility of things like contains :gaps-ok, which can be a nuisance to duplicate.

2020-04-03T15:08:50.089500Z

so if I'm going to write a clojure.test test, I'll write it in the conventional style of (is (= exp act)). most of the complicated cases in this codebase end up needing a custom comparator anyway.