behave
behaviour-driven development for Python 3
Install
- All systems
-
curl cmd.cat/behave.sh
- Debian
-
apt-get install python3-behave
- Ubuntu
-
apt-get install python3-behave
- Kali Linux
-
apt-get install python3-behave
- Fedora
-
dnf install python3-behave
- Windows (WSL2)
-
sudo apt-get update
sudo apt-get install python3-behave
- Dockerfile
- dockerfile.run/behave
python3-behave
behaviour-driven development for Python 3
Behavior-driven development (or BDD) is an agile software development technique that encourages collaboration between developers, QA, and non-technical or business participants in a software project. behave uses tests written in a natural language style, backed up by Python code. This package contains the modules for Python 3.