y'all hear that i'm working on a standalone BDD test framework for #clojure? it's called lazytest and it's inspired by rspec (ruby) and mocha (javascript). it features extensible reporters, first-class suites, a separation between running and reporting, assertions based on exceptions, and before/after/etc hooks, and soon will have multiple interfaces to support different styles of testing.

https://github.com/NoahTheDuke/lazytest

GitHub - NoahTheDuke/lazytest: A standalone BDD test framework for Clojure

A standalone BDD test framework for Clojure. Contribute to NoahTheDuke/lazytest development by creating an account on GitHub.

GitHub