[Date Prev][Date Next][Thread Prev][Thread Next]
[Date Index]
[Thread Index]
- Subject: Re: looked at the unit test frameworks to see which to use
- From: Scott Vokes <vokes.s@...>
- Date: Mon, 12 Apr 2010 16:16:32 -0400
On Fri, Apr 9, 2010 at 10:31 PM, Sam Roberts <vieuxtech@gmail.com> wrote:
> YMMV, but in case anybody has similar taste to me, maybe this
> http://blog.octetcloud.com/?p=32
> will save them some work.
There's also my Lunatest (http://github.com/silentbicycle/lunatest).
It's upwardly compatible from lunit, but it doesn't depend on the
shell script or anything else besides Lua. It also has support for
randomized testing (somewhat like Haskell's Quickcheck), and some
additional predicates for metatables and the like.
Scott