bluebird75 / luaunit

LuaUnit is a popular unit-testing framework for Lua, with an interface typical of xUnit libraries (Python unittest, Junit, NUnit, ...). It supports several output formats (Text, TAP, JUnit, ...) to be used directly or work with Continuous Integration platforms (Jenkins, Maven, ...).
Other
572 stars 137 forks source link

Recommendation to add "local testNames" on line 13. #149

Open treahard opened 2 years ago

treahard commented 2 years ago

The variable testNames is a global variable and should be declared local to the module.