steadymark
markdown-based test runner
Install
- All systems
-
curl cmd.cat/steadymark.sh
- Debian
-
apt-get install python-steadymark
- Ubuntu
-
apt-get install python-steadymark
- Windows (WSL2)
-
sudo apt-get update
sudo apt-get install python-steadymark
- Raspbian
-
apt-get install python-steadymark
- Dockerfile
- dockerfile.run/steadymark
python-steadymark
markdown-based test runner
Write your documentation using github-flavored markdown, surround your snippets with Python code blocks and steadymark will automatically find and run them, if there is a header preceding your Python snippet it will be used as title for your test.