pyvows

Asynchronous BDD for Python

Install

All systems
curl cmd.cat/pyvows.sh
Debian Debian
apt-get install python-pyvows
Ubuntu
apt-get install python-pyvows
image/svg+xml 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

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.