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:

https://travis-ci.org/aw/picolisp-bcrypt

The library includes a few types of assertions, but I still have some
others to add, including refute and some other things.

Please let me know your comments/suggestions.

Thanks!


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

 I've already included this library in the picolisp-bcrypt library, and
 written tests for it as well:

 https://travis-ci.org/aw/picolisp-bcrypt

 The library includes a few types of assertions, but I still have some
 others to add, including refute and some other things.

 Please let me know your comments/suggestions

 Thanks!