kaocha 2022-09-22

Jo how do I run function attr tests with koacha?

I'm assuming those under your src folder. Have you tried adding src to test-paths and setting ns-patterns so it looks at non-test namespaces?

#kaocha/v1 {:tests [{:id :unit
          :test-paths ["test" "src"]
          :ns-patterns [".*"]}]}
should be yea

I'm out of ideas then I'm afraid

1 sec maybe it works

ah yea it works 👍 I just had another err