From be2f2a32ff2ec4da1c2aa92af59950a2984c6420 Mon Sep 17 00:00:00 2001 From: "Michael S. Klishin" Date: Wed, 7 Mar 2012 10:42:08 +0400 Subject: [PATCH] README update [ci skip] --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 8a07946..8330f65 100644 --- a/README.md +++ b/README.md @@ -16,6 +16,7 @@ wanted a client that will * Be well tested. * Be maintained, do not carry technical debt from 2009 forever. * Integrate with libraries like clojure.data.json and Joda Time. + * Provide support for unit testing: factories/fixtures DSL, collection cleaner functions, clojure.test integration and so on. * Integrate usage of JavaScript files and ClojureScript (as soon as the compiler gets artifact it is possible to depend on for easy embedding). * Learn from other clients like the Java and Ruby ones. * Target Clojure 1.3.0 and later from the ground up.