jmsanchez86 / idb

4 stars 4 forks source link

Unit tests for model methods and flask routes #179

Closed scottnm closed 7 years ago

scottnm commented 7 years ago

Wrote these unit tests as regression tests so that formatting the code wouldn't accidentally break something and get pushed. Also helpful for changes going forward

Also mypy-ed, pylint-ed, and autopep8-ed every necessary file

Coverage is way up

ndbenzinger commented 7 years ago

Wow this is a hell of a lot of work in one day. You're a one man army. Thanks for putting in so much effort! Changes look great :)