Re: Integration testing in Clojure

2014-01-31 Thread Conan Cook
UTC, mynomoto wrote: > > You could also use https://github.com/semperos/clj-webdriver for > integration testing. > > On Wednesday, January 29, 2014 1:47:15 PM UTC-2, Conan Cook wrote: >> >> Hi, I'm trying to decide how we should go about testing our services that &g

Integration testing in Clojure

2014-01-29 Thread Conan Cook
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