atheist
General purpose command-line testing tool
Install
- All systems
-
curl cmd.cat/atheist.sh
- Debian
-
apt-get install atheist
- Ubuntu
-
apt-get install atheist
- Kali Linux
-
apt-get install atheist
- Windows (WSL2)
-
sudo apt-get update
sudo apt-get install atheist
- Raspbian
-
apt-get install atheist
- Dockerfile
- dockerfile.run/atheist
atheist
General purpose command-line testing tool
Atheist allows you to specify the behaviour of your tests in a declarative way using many predefined structures (such as Task, Conditions, Daemons, etc.) and provides detailed statistics. The programmer describes the test behaviour in a .test file and atheist runs every test found. It is possible to check and prepare the system by writing setup and teardown files that are executed after and before each test.