/mypy_mocks

Shows how mypy can complement mocks with testing

MIT LicenseMIT

mypy_mocks

Shows how mypy can complement mocks with testing

install dependencies

This example code will use mypy, so you have to install it

python3 -m venv venv
source ./venv/bin/activate
pip install -r requirements.txt