Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

unit tests should be added to unilua #47

Open
zaxebo1 opened this issue Oct 14, 2014 · 1 comment
Open

unit tests should be added to unilua #47

zaxebo1 opened this issue Oct 14, 2014 · 1 comment

Comments

@zaxebo1
Copy link

zaxebo1 commented Oct 14, 2014

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
Copy link
Author

zaxebo1 commented Oct 14, 2014

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant