Kartones / flask-calendar

Simple Python & Flask web-calendar
The Unlicense
215 stars 76 forks source link

Check test code with mypy #16

Closed davidag closed 5 years ago

Kartones commented 5 years ago

Thanks for the PR, more than glad to have linting also fully working for testing but be advised this sometimes backfires into extra development time when building tests :wink:

I usually type the tests code but not always add it to mypy to avoid those extra typoing fights with mypy, but let's do it now that the tests are not many nor big and we get everything really fine.