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

[WIP] Add features: setupClass, teardownClass, setupSuite, teardownSuite #127

Closed sskorupski closed 4 years ago

sskorupski commented 4 years ago

Work In Progress DO NOT MERGE

TODO: