An open API service indexing awesome lists of open source software.

https://github.com/amokfa/datest

A clojure(script) unit testing framework designed to be used from the REPL
https://github.com/amokfa/datest

Last synced: 7 months ago
JSON representation

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

Awesome Lists containing this project

README

          

# Datest

[![Clojars Project](https://img.shields.io/clojars/v/org.clojars.stiwar/datest.svg)](https://clojars.org/org.clojars.stiwar/datest)

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](https://amokfa.github.io/posts/datest.html)

[Examples](test/usage.cljc)