Skip to content

Latest commit

 

History

History
16 lines (10 loc) · 534 Bytes

README.md

File metadata and controls

16 lines (10 loc) · 534 Bytes

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