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?
Can you provide more details about your project and configuration? Ideally link to the repository itself if it's open source.
do you have any fixtures?
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