busted

Elegant Lua unit testing framework with assertion library

brewmacoslinux
Try with needOr install directly
Source

About

Elegant Lua unit testing

Commands

busted

Examples

Run all tests in the current directory$ busted
Run tests from a specific file$ busted spec/mytest_spec.lua
Run tests with verbose output and coverage report$ busted --verbose --coverage