Fork me on GitHub
#kaocha
<
2023-02-09
>
Ben Sless17:02:03

Hello everyone, I'm lock ng for examples of projects using kaocha. Any pointers besides malli?

Noah Bogart17:02:02

https://github.com/mtgred/netrunner/ - we use the :kaocha/pending metadata

👍 4
Alys Brooks04:02:25

All of Lambda Island's projects with tests use Kaocha (including Kaocha!). Here are some interesting ones: • Regal uses generative testing and our (relatively) new gc-profiling plugin: https://github.com/lambdaisland/regal • deep-diff2 runs all its tests under Clojure and ClojureScript using kaocha-cljs: https://github.com/lambdaisland/deep-diff2 • glögi uses kaocha-cljs: https://github.com/lambdaisland/glogi/blob/main/tests.edn • I don't think any of our projects use kaocha-cljs2 (yet), but I created this demo project: https://github.com/alysbrooks/cljs-sandbox

👍 2