aw / picolisp-unit

Unit Testing framework for PicoLisp

Home Page:https://picolisp.a1w.ca

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Tests should return passed or failed

aw opened this issue · comments

Test results should be accessible at the end of an (execute) or (assert-...

To do this, simply let (passed) and (failed) return T or NIL, respectively.