cram3
functional testing framework for command line applications - Python 3.x
Install
- All systems
-
curl cmd.cat/cram3.sh
- Debian
-
apt-get install python3-cram
- Ubuntu
-
apt-get install python3-cram
- Kali Linux
-
apt-get install python3-cram
- Fedora
-
dnf install python3-cram
- Windows (WSL2)
-
sudo apt-get update
sudo apt-get install python3-cram
- Raspbian
-
apt-get install python3-cram
- Dockerfile
- dockerfile.run/cram3
python3-cram
functional testing framework for command line applications - Python 3.x
Cram tests look like snippets of interactive shell sessions. Cram runs each command and compares the command output in the test with the command's actual output. This package provides the Python 3.x version.