testing

Testing tools, testing philosophy & methodology...
tws 2019-11-07T15:53:31.015200Z

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.

aisamu 2019-11-07T18:23:43.015300Z

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