use unittest

This commit is contained in:
jh 2019-08-22 13:13:49 -07:00
commit 31bbef44e0

View file

@ -48,7 +48,7 @@ jobs:
name: run tests
command: |
. venv/bin/activate
python manage.py test
python -m unittest
- store_artifacts:
path: test-reports