lua-unit

Lua unit testing framework
  https://github.com/bluebird75/luaunit
  0
  no reviews



Luaunit is a unit-testing framework for Lua, in the spirit of many others unit-testing framework. Luaunit lets you write test functions, test classes with test methods and setup/teardown functionality.

Luaunit can output test failures using the TAP format, for easier integration into Continuous Integration platforms like Jenkins.