A unit testing framework for Lua

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, Hudson, ...).

For simplicity, LuaUnit is contained into a single-file and has no external dependency.

Tutorial and reference documentation is available on
[read-the-docs](http://luaunit.readthedocs.org/en/latest/)

LuaUnit may also be used as an assertion library, to validate assertions inside a running program. In addition, it provides
a pretty stringifier which converts any type into a nicely formatted string (including complex nested or recursive tables).

To install LuaUnit from LuaRocks, you need at least LuaRocks version 2.4.4 (due to old versions of wget being incompatible
with GitHub https downloading)

Versions

3.3-13 years ago24 downloads

Dependencies

lua >= 5.1

Dependency for

du-mocks, Ena, luajls, NodeMCULuaMocks, resurfaceio-logger, wLuaUnit