[ANN] Clojure related articles on Semaphore Community

2015-03-27 Thread Nebojša Stričević
topics would you recommend me to explore? Any questions you would like to be answered in the tutorial form? Thanks, Nebojša Stričević -- You received this message because you are subscribed to the Google Groups "Clojure" group. To post to this group, send email to clojure@googlegroup

Re: Integration testing in Clojure

2014-01-31 Thread Nebojša Stričević
Hey, I had success using https://github.com/xeqi/kerodon for integration testing. Cheers, Strika On Thursday, January 30, 2014 10:41:45 PM UTC+1, ronen wrote: > > Hey Conan, I'm using midje with selectors to separate integration test > from unit test (like for example in > this