shake
Testing engine for the Lua language version 5.1
Install
- All systems
-
curl cmd.cat/shake.sh
- Debian
-
apt-get install shake
- Ubuntu
-
apt-get install shake
- Arch Linux
-
pacman -S shake
- Kali Linux
-
apt-get install shake
- Fedora
-
dnf install shake
- Windows (WSL2)
-
sudo apt-get update
sudo apt-get install shake
- Raspbian
-
apt-get install shake
- Dockerfile
- dockerfile.run/shake
shake
Testing engine for the Lua language version 5.1
The shake utility is a simple and transparent test engine for Lua. Shake gives concise reports when the tests succeed, while it prints detailed traces when tests fail. Regular Lua test files, if written using only standard assert and print calls, can be run with shake with no modifications. This package contains the shake command line utility, the Lua modules that implement shake functionalities and the documentation for both.