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.
https://github.com/aw/picolisp-unit/blob/master/EXPLAIN.md

- Unit tests were written for the Json, Https, and Nanomsg libraries as
well.
https://travis-ci.org/aw/picolisp-json
https://travis-ci.org/aw/picolisp-https
https://travis-ci.org/aw/picolisp-nanomsg

- Also documented all libraries in a small website:
https://aw.github.io/picolisp


More to come soon ;)

Thanks!



On Wed, Mar 18, 2015 at 6:09 PM, Michel Pelletier 
pelletier.mic...@gmail.com wrote:

 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!





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!