Skip to content

Simple test bindings

Compare
Choose a tag to compare
@Olical Olical released this 10 Apr 12:09
· 1949 commits to master since this release
6c3416a

This is the beginning of test support, adds ,rt (run tests) and ,rT (run all tests) as part of #20. Also removed the paren guard because it broke ClojureScript in weird ways (85a34f7).

The next work on testing will be running tests in your current namespace as well as a -test variant of the same name if I can find one. I'm also thinking of loading those namespaces for you but I'm not sure, that assumption that I'm allowed to load your namespace might be dangerous.

Maybe I should keep eval and test separate for you to decide? Feedback is appreciated on #20!