my.calendar.holidays: cleanup + ci/stats + split off private data handling to https://github.com/karlicoss/hpi-personal-overlay

This commit is contained in:
Dima Gerasimov 2020-10-09 20:09:56 +01:00 committed by karlicoss
parent 1f9be2c236
commit bdb5dcd221
5 changed files with 40 additions and 69 deletions

View file

@ -20,6 +20,9 @@ commands =
# my.time.tz.via_location dep
pip install timezonefinder
# my.calendar.holidays dep
pip install workalendar
python3 -m pytest \
tests/core.py \
tests/misc.py \
@ -29,7 +32,8 @@ commands =
tests/demo.py \
tests/bluemaestro.py \
tests/location.py \
tests/tz.py
tests/tz.py \
tests/calendar.py
# TODO add; once I figure out porg depdencency?? tests/config.py
# TODO run demo.py? just make sure with_my is a bit cleverer?
# TODO e.g. under CI, rely on installing
@ -68,6 +72,7 @@ commands =
-p my.bluemaestro \
-p my.location.google \
-p my.time.tz.via_location \
-p my.calendar.holidays \
--txt-report .mypy-coverage \
--html-report .mypy-coverage \
{posargs}