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