Update twitter error handling

This commit is contained in:
Sonny Bakker 2021-09-25 10:39:43 +02:00
parent f5b708aafe
commit 53aa8da2dd
6 changed files with 122 additions and 84 deletions

View file

@ -7,9 +7,10 @@ python-tests:
image: python:3.7
before_script:
- pip install poetry --quiet
- poetry --version
- poetry config cache-dir .cache/poetry
- poetry config virtualenvs.in-project true
- poetry install --no-interaction --quiet --extras sentry
- poetry install --no-interaction --extras sentry
script:
- poetry run coverage run src/manage.py test newsreader
- poetry run coverage report