lua-users home
lua-l archive

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


On Fri, Jun 08, 2007 at 01:01:02PM -0300, Andre Carregal wrote:
> On 6/8/07, Thomas Lauer <thomas.lauer@virgin.net> wrote:
> >Oh, it sure does. However, even the best test script won't probably test
> >all the possible permutations of things that can (and sooner or later
> >will) go wrong in a complex library like luasocket.
> >
> >Lua is just too darned dynamic;-)
> 
> True, but a good test suite plus a code coverage tool would probably
> suffice in that case. That is if they were available... :o)

code coverage tool in particular would be useful.

Sam