Skip to content

ScryEngineering/mypy_mocks

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

Shows how mypy can complement mocks with testing

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published