A Simple Lua Test Engine

Shake is a simple and transparent test engine for Lua that assumes
that tests only use standard assert and print calls.
Shake uses Leg and LPeg to preprocess test files and extract a lot
more information than what is usually available when tests use
standard Lua assertions.

Versions

cvs-1dev8 years ago14 downloads
1.0.1-18 years ago54 downloads
1.0-18 years ago54 downloads

Dependencies

Leg >= 0.1.2
lua >= 5.1
LuaFileSystem >= 1.3.0

Labels