Testing Use python3+, python2 is not supported I recommend to use virtualenv: virtualenv -p python3 .venv && source .venv/bin/activate Install dependencies: pip3 install -r requirements.txt Run tests: supybot-test Dicebot && pytest