/datest

A clojure(script) unit testing framework designed to be used from the REPL

Primary LanguageClojure

Datest

Clojars Project

A clojure(script) unit testing framework:

Distinguishing features

  1. Designed to be used from REPL
  2. Test suites and test results are clojure values that you can manipulate in the REPL
  3. Cleans stack traces so that they only contain frames from your module
  4. Works with both clojure and clojurescript

Guide

Examples