Datest

November 24, 2023 ยท View on GitHub

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