Some alternative testing frameworks/libraries on #Clojure that I found:
Eggplant https://github.com/perkss/eggplant
Data-test
https://github.com/DomainDrivenArchitecture/data-test
All still maintained (for a Clojure lib) and looking very interesting!
@some I've always loved kaocha as runner and then https://github.com/nubank/matcher-combinators to actually asset things. Glad we have so many options in Clojure land!
@Olical In terms of the number of test runners, assertion libraries and test frameworks/libraries, Clojure is OK. But then again, compared to other langs, it's a decent OK. Coming from JavaScript though, I was stunned to see how little there was But generally for many things in Clojure it's the same. It seems like the defaults are just so good that you don't need many dependencies to have a good project.