Re: A Unit Testing library for PicoLisp

2015-03-24 Thread Alexander Williams
Just to give a small update: - I've added a few more assertions and a table to explain their usage. https://github.com/aw/picolisp-unit/blob/master/README.md#assertions-table - A new EXPLAIN.md exists for the Unit Testing library, because it's been a while and I thought it would be fun.

A Unit Testing library for PicoLisp

2015-03-18 Thread Alexander Williams
Hi list, I've written a small unit testing library/framework for testing PicoLisp code. It's extremely simple but produces somewhat decent output. https://github.com/aw/picolisp-unit I've already included this library in the picolisp-bcrypt library, and written tests for it as well:

Re: A Unit Testing library for PicoLisp

2015-03-18 Thread Michel Pelletier
Dude you're on fire! On Wed, Mar 18, 2015 at 8:21 AM, Alexander Williams a...@unscramble.co.jp wrote: Hi list, I've written a small unit testing library/framework for testing PicoLisp code. It's extremely simple but produces somewhat decent output. https://github.com/aw/picolisp-unit