moloslave

tool to write load tests in Python

Install

All systems
curl cmd.cat/moloslave.sh
Debian Debian
apt-get install python3-molotov
Ubuntu
apt-get install python3-molotov
image/svg+xml Kali Linux
apt-get install python3-molotov
Windows (WSL2)
sudo apt-get update sudo 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.