my.reddit: enable CI tests

This commit is contained in:
Dima Gerasimov 2021-12-23 07:39:20 +00:00 committed by karlicoss
parent 01dfbbd58e
commit 5e9cc2a6a0
4 changed files with 37 additions and 30 deletions

View file

@ -47,6 +47,8 @@ commands =
hpi module install my.pdfs
hpi module install my.reddit.rexport
python3 -m pytest tests \
# ignore some tests which might take a while to run on ci..
--ignore tests/takeout.py \