basilisp
basilisp copied to clipboard
Add a simple test runner for basilisp.test
It would be nice to be able to run tests in the repl with the basilisp.test
namespace.
The proposed changes:
- Add
run-tests
, andrun-all-tests
, etc as inclojure.test
tobasilisp.test
. - Add a mechanism to
basilisp.test
for applying test fixtures. This is useful for building tests in the repl.
These would be nice to have but not necessary:
-
cider-test
/ nrepl integration