Luaunit is a unit-testing framework for Lua, in the spirit of many other unit-testing frameworks. It lets you write test functions, test classes with test methods, and has setup/teardown functionality.
| Tags | Lua unit test |
|---|---|
| Licenses | BSD License |
| Operating Systems | Linux Windows |
| Implementation | Lua |
Recent releases


Release Notes: The framework now works with both Lua 5.1 and 5.2. It also features a better internal object model, more internal tests, bugfixes, and an easy way to customize test output. Running test functions no longer requires a wrapper. Several levels of verbosity are available.