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-1dev9 years ago27 downloads
1.0.1-19 years ago80 downloads
1.0-19 years ago80 downloads

Dependencies

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

Labels