leiningen

zendevil.eth 2022-03-04T19:43:03.724849Z

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?

jumar 2022-03-04T19:56:28.818449Z

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

2022-03-04T21:17:03.063509Z

do you have any fixtures?

2022-03-04T21:17:34.126409Z

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