[nanomsg] a little yak shaving….

  • From: "Garrett D'Amore" <garrett@xxxxxxxxxx>
  • To: "nanomsg@xxxxxxxxxxxxx" <nanomsg@xxxxxxxxxxxxx>
  • Date: Sat, 17 Dec 2016 21:18:34 -0800

So I just committed a pretty cool test framework to the libnng framework.
I wanted something that worked like GoConvey (
github.com/smartystreets/goconvey) and I think I’ve achieved reasonable
parity.

There is some work to do, and the thing doesn’t support Windows yet (easily
fixed will do when I get around to it.)

I’ll probably pull this into a separate repo at some point as well.

github.com/nanomsg/nng/tests/

Feel free to give it a whirl.  Now back to writing the core code — the two
day side venture while I wrote that is now done. (You’d be surprised how
hard it  is to get things correct when you start using setjmp()…. :-)

 - Garrett

Other related posts:

  • » [nanomsg] a little yak shaving…. - Garrett D'Amore