Hey Conan, I'm using midje with selectors to separate integration test from unit test (like for example in this<https://github.com/celestial-ops/celestial-core/tree/master/test/celestial/integration>project)
Regarding VCR iv spotted https://github.com/sonian/cartridge which seems to offer similar functionality >From initial look at maven failsafe it looks like a workaround for maven particularities I think that with lein and midje you have all you need to get going On Wednesday, January 29, 2014 5:47:15 PM UTC+2, Conan Cook wrote: > > Hi, I'm trying to decide how we should go about testing our services that > are written in Clojure. I'm used to doing this using Maven, where I'd > expect to fire up things like a webserver and database and then throw > requests at them, using stuff like the > maven-failsafe-plugin<https://www.google.com/url?q=https%3A%2F%2Fmaven.apache.org%2Fsurefire%2Fmaven-failsafe-plugin%2F&sa=D&sntz=1&usg=AFQjCNFQdQ_veRRWfrEGCqJrB1gIBw488w>. > > I can mock calls to external systems using something like > VCR<https://github.com/vcr/vcr>. > My aim is to write a set of integration tests to give me confidence that > the various services that make up our applications are interoperating > correctly. > > Can anyone suggest a good way of doing this in Clojure? At the moment > we're using Leiningen and Midje, and the projects are pure Clojure, and for > this reason I'd like (if possible) to avoid introducing something like > Maven or Gradle, but if that's the best option then I'm happy with that. > > Thanks! > -- You received this message because you are subscribed to the Google Groups "Clojure" group. To post to this group, send email to clojure@googlegroups.com Note that posts from new members are moderated - please be patient with your first post. To unsubscribe from this group, send email to clojure+unsubscr...@googlegroups.com For more options, visit this group at http://groups.google.com/group/clojure?hl=en --- You received this message because you are subscribed to the Google Groups "Clojure" group. To unsubscribe from this group and stop receiving emails from it, send an email to clojure+unsubscr...@googlegroups.com. For more options, visit https://groups.google.com/groups/opt_out.