Fork me on GitHub
#kaocha
<
2021-08-06
>
Noah Bogart03:08:19

i’m running into issues with --watch not working with records. is this something I have to just avoid using?

imre16:08:46

Hey folks. Is there a way to make kaocha error out when no tests are found as opposed to only printing a warning? I just ran into an undetected problem as some time ago one of my test namespaces started to fail to load due to an 'unable to resolve symbol' error, which did not result in an error, only the no tests found warning.

lread17:08:39

@imre, I think there might be something in the works for this. In the meantime I used a https://github.com/lread/test-doc-blocks/blob/8b40a1713ccb951f982b0aed46f7aef96efc79e5/tests.edn#L12.

imre18:08:16

Thank you, I'll see if I can adopt that!