Skip to content

Latest commit

 

History

8 Commits

Folders and files

NameName
Last commit message
Last commit date
 
 
 
 
 
 
 
 
 
 

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

Stars

1 star

Watchers

2 watching

Forks

Releases

Packages

Contributors