Home > lua-TestMore

lua-TestMore

Lua-TestMore is a project mainly written in Lua, based on the View license.

an Unit Testing Framework

lua-TestMore : an Unit Testing Framework

Introduction

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.

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().

It supplies a Test Suite for Lua itself.

Links

The homepage is at http://fperrad.github.com/lua-TestMore/, and the sources are hosted at http://github.com/fperrad/lua-TestMore/.

Copyright and License

Copyright (c) 2009-2010 Francois Perrad

This library is licensed under the terms of the MIT/X11 license, like Lua itself.

Previous:Scratch