A Lua port of the Perl Test::More unit testing framework lua-TestMore is a port of the Perl5 module Test::More. It uses the Test Anything Protocol as output, that allows a compatibility with the Perl QA ecosystem. It's an extensible framework. See lua-TestAssertion an extension which provides many Lua friendly assertions. It allows a simple and efficient way to write tests (without OO style). Some tests could be marked as TODO or skipped. Errors could be fully checked with error_like(). https://framagit.org/fperrad/lua-TestMore