Skip to content

Latest commit

 

History

History
13 lines (9 loc) · 239 Bytes

File metadata and controls

13 lines (9 loc) · 239 Bytes

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