Skip to content

Releases: aw/picolisp-unit

Assertions return T or NIL

29 Mar 02:42
@aw aw
Compare
Choose a tag to compare
  • 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

28 Mar 01:17
@aw aw
Compare
Choose a tag to compare
Documentation update

Fix leaky globals

24 Mar 05:52
@aw aw
Compare
Choose a tag to compare

This release avoid leaking global variables such as MODULE_INFO, *Colours, *Counter, and others which may be used in other applications.

v0.3.0

18 Mar 18:19
@aw aw
Compare
Choose a tag to compare
Add (assert-throws), minor refactor and update docs

v0.2.1

18 Mar 15:31
@aw aw
Compare
Choose a tag to compare
Version bump, includes README.md and working .travis.yml

v0.2.0

18 Mar 13:49
@aw aw
Compare
Choose a tag to compare
Add new assertions, .travis.yml and more tests