doctest
May 18, 2015 ยท View on GitHub
[[http://clojars.org/doctest][http://clojars.org/doctest/latest-version.svg]]
#+TITLE: doctest
A Clojure library designed to provide docstring-driven testing for clojure.
Inspired by the python library [[https://docs.python.org/2/library/doctest.html][doctest]] and [[https://github.com/Kobold/clj-doc-test/][clj-doc-test]], currently provides almost the same functionality but I'm planning to experiment with features like mocking and reporting.
- Usage
See the source code.
- License
Copyright (c) 2015 David Rojas.
This project is licensed under the terms of the MIT license.