Releases: aw/picolisp-unit
Releases · aw/picolisp-unit
Assertions return T or NIL
- Assertions now return T or NIL, for passed or failed tests
- Nothing is printed to the display if (report) is not called
- All test results are accumulated in *Results global variable
v0.4.1
Fix leaky globals
This release avoid leaking global variables such as MODULE_INFO, *Colours, *Counter, and others which may be used in other applications.