lua-TestAssertion
Overview
It is an extension of lua-TestMore.
It provides many Lua friendly assertions.
It uses the Test Anything Protocol as output, that allows a compatibility with the Perl QA ecosystem. For example, prove a basic CLI.
Status
lua-TestAssertion is in beta stage.
It's developed for Lua 5.1, 5.2, 5.3 & 5.4.
Download
lua-TestAssertion source can be downloaded from Framagit.
Installation
The easiest way to install lua-TestAssertion is to use LuaRocks:
luarocks install lua-testassertion
or manually, with:
make install
Copyright and License
Copyright © 2021 François Perrad
This library is licensed under the terms of the MIT/X11 license, like Lua itself.