Does lein midje also run tests written using expectations?

2014-09-08 Thread Vineet Naik
Hello, I am using expectations for writing tests in a code base that already has other tests written using midje. What I observed is that running `lein midje` also runs tests written using expectations. The functions defined in the expectations-options namespace (with meta-data :before-run,

Re: Does lein midje also run tests written using expectations?

2014-09-08 Thread Vineet Naik
Oh, that explains it. Thanks. - Vineet On Mon, Sep 8, 2014 at 7:13 PM, Tobias Kortkamp tobias.kortk...@gmail.com wrote: That `lein midje` runs your expectations is just a side effect of expectations' behavior to run its tests on JVM shutdown. Use `(expectations/disable-run-on-shutdown)` to