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 name: run tests
command: | command: |
. venv/bin/activate . venv/bin/activate
python manage.py test python -m unittest
- store_artifacts: - store_artifacts:
path: test-reports path: test-reports