Download List

Project Description

lunit is a unit testing framework for Lua. It provides
26 assert functions, 8 type checking functions, and a
few miscellaneous functions.

System Requirements

System requirement is not defined
Information regarding Project Releases and Project Resources. Note that the information here is a quote from Freecode.com page, and the downloads themselves may not be hosted on OSDN.

2009-11-06 07:18
0.5

This release adds the function assert_match_error() and should be more compatible with Darwin and Mac OS X. A few bugs were fixed.

2008-01-05 02:30
0.4

This is mostly a complete rewrite. It supports Lua-5.1 only, and uses the Lua module system. Included is a shell script that should make using lunit easy. Support for different test runner plugins has been added. The included default test runner is a console test runner.
Tags: Major feature enhancements

2004-08-22 21:35
0.3

The function lunit.wrap(), to wrap a single function into a complete test case, was added. On test failures, the stack backtrace will be shown.
Tags: Major feature enhancements

2004-08-18 02:09
0.2

This release fixes an ugly bug and adds a bunch of new tests to its own
test suite. Everyone who downloaded the 0.1 release should upgrade as
soon as possible.
Tags: Major bugfixes

2004-08-16 12:50
0.1

Tags: Initial freshmeat announcement

Project Resources