Fork me on GitHub
#midje
<
2019-07-03
>
Laverne Schrock12:07:55

@d.ian.b No. Check out the midje.repl namespace for test running functions.

Juho Leinonen15:07:55

Hello, we're working on a large Clojure system that could also be described as being legacy. We have thousands of midje tests and a large portion of them fall under the category of of integration tests (accessing database, doing api calls, etc.) and take a long time to run. The problem we are having is that if there is an exception in the code thrown, the whole test run gets stuck / is not completed due to a loading error of the the test name space. Any ideas what to do so that we could get the test runs to complete even if there are unexpected exceptions thrown during it?