basilisp icon indicating copy to clipboard operation
basilisp copied to clipboard

Add a simple test runner for basilisp.test

Open mitch-kyle opened this issue 6 months ago • 0 comments

It would be nice to be able to run tests in the repl with the basilisp.test namespace.

The proposed changes:

  • Add run-tests, and run-all-tests, etc as in clojure.test to basilisp.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:

mitch-kyle avatar Aug 19 '24 11:08 mitch-kyle