my.endomondo: add fake data generator, test mypy

This commit is contained in:
Dima Gerasimov 2020-10-01 22:47:19 +01:00 committed by karlicoss
parent 1c20eb27aa
commit d8841d0d7a
3 changed files with 27 additions and 3 deletions

View file

@ -36,12 +36,14 @@ commands =
pip install git+https://github.com/karlicoss/instapexport
pip install git+https://github.com/karlicoss/pockexport
pip install git+https://github.com/karlicoss/rexport
pip install git+https://github.com/karlicoss/endoexport
# todo I guess use a script...
python3 -m mypy -p my.github.ghexport \
-p my.hypothesis \
-p my.instapaper \
-p my.pocket \
-p my.reddit \
-p my.endomondo \
--txt-report .mypy-coverage \
--html-report .mypy-coverage \
{posargs}