kaocha

Official support channel: https://clojureverse.org/c/projects/kaocha
richiardiandrea 2021-02-11T01:33:31.029600Z

I guess is both, we are trying pretty heavily to keep everything hinted. I have also just inherited the code base and still learning 😄

richiardiandrea 2021-02-11T01:33:46.029800Z

thanks you did not know that, pretty handy

Björn Ebbinghaus 2021-02-11T11:42:03.030900Z

Is there a way to disable the "https://cljdoc.org/d/lambdaisland/kaocha/1.0.732/doc/-clojure-test-assertion-extensions#detecting-missing-assertions" feature? Can't find it in the docs. I want to write test stubs, but I don't want them to fail my tests.

plexus 2021-02-11T12:21:18.032600Z

If they are stubs maybe mark them as pending? Agreed that this should be configurable, but if I'm not mistaken so far it isn't. @actuallyalys_slack correct me if I'm wrong.

Björn Ebbinghaus 2021-02-11T12:28:27.032700Z

Nice. I didn't know about pending.

richiardiandrea 2021-02-11T21:04:22.032900Z

I have noticed that yes, it still loads everything, even with test-paths ["test/database"] - am I missing some configuration?