$ luarocks install doccotest
The doccotest tool is a port of Python's doctest to the Lua programming
language. It runs tests defined within code comments and compares their
output with a reference one, given also within code comments.
doccotest is designed to work on source code written in Lua, and commented
in markdown. The documentation for the code can be generated using docco or
locco, and embeds the tests and their expected results.
Versions
Dependencies
ansicolors >= 1
i18n >= 0
lua >= 5.1
lua_cliargs >= 2
LuaCov >= 0.7
lualogging >= 1
Rings >= 1
serpent >= 0