A reimplementation of pythons doctest for clojure.
Eventually it will parse test cases out of your docstrings and text files. It'll never be as easy as pythons, due to lack of raw / triple-quoted strings - so if your code works on strings, you'll have to backslash every quote :(
Copyright © 2013 Jacek Lach
Distributed under the Eclipse Public License, the same as Clojure.