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

Is `':minimal` a diff-style option? #429

Open gdw2 opened 7 months ago

gdw2 commented 7 months ago

This implies that the diff-style options are :none and :minimal:

https://github.com/lambdaisland/kaocha/blob/e9da79061a9773b795939473d9b304f4b367dce7/src/kaocha/report.clj#L259-L267

But the cli help says :none and :deep:

https://github.com/lambdaisland/kaocha/blob/e9da79061a9773b795939473d9b304f4b367dce7/src/kaocha/runner.clj#L43

Or I'm completely mistaken!

oxalorg commented 6 months ago

Yes :minimize was recently added for a more compact diff. Looks like we should update the cli runner help doc.