testing

Testing tools, testing philosophy & methodology...
aaron51 2018-08-24T23:35:17.000100Z

How can I get the slowest 10 tests, their names and runtimes?

gdanov 2018-08-26T12:21:01.000100Z

"override" clojure.test/report and collect the stats (don't forget to delegate back to the default impl)