read


read
or learn more

Not enough

Jun 20, 2012 some comments

Let’s start with a premise, indulge me if you please: You’re creating a system for some client You’re using a dynamic programming language like Clojure, Ruby, Io, etc… How do you know your system works properly? One answer is that you write unit tests. However, as Evan Farrer wrote in his excellent blog post, “Unit […]

lein-generative

Mar 23, 2012 one comment

What lein-generative is A Leiningen plugin used to run generative tests defined using the test.generative Clojure contrib library. Getting This is currently only proven to work in Leiningen versions earlier than 2.0. It might work with v2.0, but I’ve yet to try. Add the following to your Leiningen project.clj file in the :dev-dependencies section: [lein-generative […]

Continue