Fork me on GitHub
#testing
<
2019-11-07
>
tschady15:11:31

does anybody use a different test runner with lein (or anything else)? My goal is to get the timings of each deftest in a report to help optimize suite speed. Looks like circleci.test does it through a global fixture, wondering what else y’all use.

aisamu18:11:43

IIRC kaocha has this baked in, but you can also get timings from some JUnit exporters (for CLJS projects)