lambdaisland / kaocha

Full featured next gen Clojure test runner
https://cljdoc.org/d/lambdaisland/kaocha/1.0.861/doc/1-introduction
Eclipse Public License 1.0
792 stars 81 forks source link

Run post-summary in kaocha.repl #399

Closed alysbrooks closed 1 year ago

alysbrooks commented 1 year ago

kaocha.repl doesn't run the post-summary hook, so plugins like the profiling plugin don't display. These could be a bit noisy, so perhaps it should be behavior you turn on? Related to #335.

humorless commented 1 year ago

Hi @alysbrooks ,

I am trying to understand this issue, but I am quite confused.

src/kaocha/repl.clj
157:           (plugin/run-hook :kaocha.hooks/post-summary)

What do you mean that it doesn't run?

alysbrooks commented 1 year ago

@humorless Not sure. I'm wondering if I was thinking of another hook. It does indeed seem to run, but I'm having issues seeing the post-summary hook results actually appear in the REPL. It's probably an unrelated issue.