Fork me on GitHub
#leiningen
<
2022-03-04
>
zendevil.eth19:03:03

for some reason when running lein test, all my tests in the test namespace are running twice. How do I make sure they are run only once?

jumar19:03:28

Can you provide more details about your project and configuration? Ideally link to the repository itself if it's open source.

hiredman21:03:03

do you have any fixtures?

hiredman21:03:34

fixtures are passed a function that run the tests when invoked, if you invoke it more than once you run the tests more than once

👍 1