Closed alysbrooks closed 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?
@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.
kaocha.repl
doesn't run thepost-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.