kaocha

Official support channel: https://clojureverse.org/c/projects/kaocha
Alys Brooks 2020-11-26T03:24:26.138600Z

While the test.check issue isn't fully addressed yet, we do have other improvements, including an established order of configuration for kaocha.plugin.alpha.spec-test-check and validation of configuration options. The validation does mean that some existing configurations may fail, although most should be able to be fixed so they work. Please let us know if you have an issue updating yours. See the CHANGELOG for more details: https://github.com/lambdaisland/kaocha/blob/main/CHANGELOG.md#10726-2020-11-24--faa6ef6

đź‘Ť 1
đź‘Ź 1
plexus 2020-11-26T08:01:24.139600Z

I put out lambdaisland/kaocha "1.0.732" based on @actuallyalys_slack’s fix. Please let us know if you run into any more issues!

đź‘Ť 1
plexus 2020-11-26T08:02:15.140Z

Also welcome to the team Alys! https://gaiwan.co/about/

reefersleep 2020-11-26T18:25:37.141100Z

Only a couple of months after, I’m creating the plugin I said I’d do. 🙂 Don’t know if you remember, @plexus, but you helped me out with a git hook for Kaocha. I’m piecing it together as a plugin now.

reefersleep 2020-11-26T18:27:39.142500Z

One thing I’m wondering; when I was developing the :post-summary hook, I couldn’t check it in the repl using run. I still can’t. Should I raise this as an issue at the repo, or is it a non-starter?

reefersleep 2020-11-26T18:27:54.142900Z

It sure would be nice for iteratively developing post-summary plugins 🙂

reefersleep 2020-11-27T22:35:00.160100Z

Need to check again, but I used the latest version mentioned in the repo when I worked on it yesterday.

reefersleep 2020-11-26T18:28:36.143600Z

But I can’t remember if there’s a good reason that the post-summary isn’t hit when you call run.

reefersleep 2020-11-26T18:37:33.146600Z

The documentation is helping me along nicely; I’ve already got it up and running!

reefersleep 2020-11-26T18:48:12.147300Z

Btw, in a very roundabout way, I found what I assume to be a spelling error in one of the specs: https://github.com/lambdaisland/kaocha/blob/613925892420a99bfe35a492a84ea34b2be98efb/src/kaocha/specs.clj#L90 ( :kaacha )

salam 2020-11-26T20:29:10.148200Z

just verified the quick fix. thanks!

reefersleep 2020-11-26T22:30:34.148400Z

Made a PR for that 🙂