[Date Prev][Date Next][Thread Prev][Thread Next]
[Date Index]
[Thread Index]
- Subject: Re: lunit --test option
- From: Scott Vokes <vokes.s@...>
- Date: Sat, 18 Sep 2010 08:57:04 -0400
On Thu, Sep 16, 2010 at 9:46 AM, Thijs Koerselman
<thijskoerselman@gmail.com> wrote:
> $ lunit --test test_function_name mytestfile.lua [doesn't limit tests]
>
> Am I missing something?
After running into several bugs in lunit, I decided to write
Lunatest (http://github.com/silentbicycle/lunatest) - it's interface
is upwardly compatible from lunit, but adds several more assertions
and also functionality for (QuickCheck-style) randomized testing.
Hope it helps,
Scott