lua-users home
lua-l archive

[Date Prev][Date Next][Thread Prev][Thread Next] [Date Index] [Thread Index]


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