You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
The text was updated successfully, but these errors were encountered:
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
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
The text was updated successfully, but these errors were encountered: