Fork me on GitHub
#testing
<
2021-06-11
>
Litewhat12:06:41

Hey everyone! I have a problem with tests. I run them with lein test and whenever some of them fails I got something like FAIL at form-init123456789.clj instead of FAIL at some.namespace/var. Do you have idea what can be a reason of this?

vemv21:06:58

maybe the error happens before a certain test is run? I'd inspect the whole output searching for something like a compilation error, an issue in the fixtures, etc