testing

Testing tools, testing philosophy & methodology...
2021-06-11T12:49:41.037800Z

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?

vemv 2021-06-11T21:19:58.038300Z

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