kaocha

Benjamin 2022-09-22T10:03:10.335599Z

Jo how do I run function attr tests with koacha?

imre 2022-09-22T10:07:53.007699Z

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?

Benjamin 2022-09-22T10:08:23.407179Z

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

imre 2022-09-22T10:08:50.026509Z

I'm out of ideas then I'm afraid

Benjamin 2022-09-22T10:09:00.358159Z

1 sec maybe it works

Benjamin 2022-09-22T10:09:23.116809Z

ah yea it works 👍 I just had another err

imre 2022-09-22T10:09:34.517139Z

nice