UniLua icon indicating copy to clipboard operation
UniLua copied to clipboard

unit tests should be added to unilua

Open zaxebo1 opened this issue 11 years ago • 1 comments

unit tests should be added to unilua with 100% code coverage , so that one can be assured by the stability of the tests - when the same unit tests are run on :- (A) Lua (standard VM) (B) UniLua It will ensure better code quality too

zaxebo1 avatar Oct 14 '14 17:10 zaxebo1

you can use LuaUnit to write unit tests, LuaUnit works on lua 5.1 and 5.2 both and is in active development since year 2005 to till date (year 2014) https://github.com/bluebird75/luaunit

luausers also give example of luaunit only: http://lua-users.org/wiki/UnitTesting

zaxebo1 avatar Oct 14 '14 23:10 zaxebo1