lua-users home
lua-l archive

[Date Prev][Date Next][Thread Prev][Thread Next] [Date Index] [Thread Index]


Hi all,

I'm happy to announce a new release of tapered, a minimal TAP[1] testing
library for Lua. (Thanks to this list's very own nobody for a bug report
that led to this release.)

tapered aims to provide very minimal testing with TAP-compliant output. You
can browse the code and documentation at GitHub[2], and it's available for
installation there or through LuaRocks[3].

Best, Peter

[1] https://testanything.org

[2] https://github.com/telemachus/tapered

[3] luarocks install tapered # (add sudo as needed)
-- 
We have not been faced with the need to satisfy someone else's
requirements, and for this freedom we are grateful.
    Dennis Ritchie and Ken Thompson, The UNIX Time-Sharing System