pyvows
Asynchronous BDD for Python
Install
- All systems
-
curl cmd.cat/pyvows.sh
- Debian
-
apt-get install python-pyvows
- Ubuntu
-
apt-get install python-pyvows
- Kali Linux
-
apt-get install python-pyvows
- Windows (WSL2)
-
sudo apt-get update
sudo apt-get install python-pyvows
- Raspbian
-
apt-get install python-pyvows
- Dockerfile
- dockerfile.run/pyvows
python-pyvows
Asynchronous BDD for Python
Asynchronous behaviour driven development for Python. The main reason for asynchronous testing is to make tests which target I/O run much faster, by running them concurrently.