Skip to content
This repository was archived by the owner on Nov 20, 2020. It is now read-only.

LuaDist/lua-testmore

 
 

Repository files navigation

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-2012 Francois Perrad

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

About

an Unit Testing Framework

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Lua 98.9%
  • Perl 1.1%