molotov
tool to write load tests in Python
Install
- All systems
-
curl cmd.cat/molotov.sh
- Debian
-
apt-get install python3-molotov - Ubuntu
-
apt-get install python3-molotov - Kali Linux
-
apt-get install python3-molotov - Windows (WSL2)
-
sudo apt-get updatesudo apt-get install python3-molotov
python3-molotov
tool to write load tests in Python
Create a load test in Python using functions decorated with the scenario decorator – those functions needs to be coroutines. Based on asyncio, built with aiohttp. This package contains the Python 3.x module and CLI.