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
- Host: GitHub
- URL: https://github.com/amokfa/datest
- Owner: amokfa
- Created: 2023-11-03T02:24:04.000Z (about 2 years ago)
- Default Branch: master
- Last Pushed: 2023-11-26T11:35:33.000Z (almost 2 years ago)
- Last Synced: 2025-03-25T19:38:04.367Z (8 months ago)
- Language: Clojure
- Homepage:
- Size: 13.7 KB
- Stars: 8
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
- awesome-clojure - Datest
README
# Datest
[](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)