[Date Prev][Date Next][Thread Prev][Thread Next]
[Date Index]
[Thread Index]
- Subject: Re: [ANN] Lunity v0.9 - A Unit Test framework in a single file
- From: "Sam Roberts" <vieuxtech@...>
- Date: Thu, 27 Nov 2008 09:15:27 -0800
On Tue, Nov 25, 2008 at 4:19 PM, <phrogz@me.com> wrote:
> From: Sam Roberts
>> From a quick glance, lunity appears to be almost identical to lunit?
>> http://www.mroth.net/lunit/documentation-0.4.txt
>
> It is quite similar, to be sure. Though the assertions are standard in my
> experience with other test suites, I also strove for consistency with lunit.
>
> The big differentiator for me was the ability to run the tests from the test
> file itself, instead of requiring a shell script (that doesn't work on
> Windows). That alone is why I wrote lunity.
Thanks for the summary.
The shell script would work fine for me, but it is a curious thing -
building lua code and then passing it to lua. Strange that it was done
like that.
Sam