Add testing to the CI pipeline

This commit is contained in:
Seamus Johnston 2022-09-07 13:19:36 -05:00
parent 196e4b8fd6
commit 0237c3235d
No known key found for this signature in database
GPG key ID: 2F21225985069105
5 changed files with 54 additions and 0 deletions

View file

@ -50,6 +50,12 @@ Django's test suite:
docker-compose exec app ./manage.py test
```
OR
```shell
docker-compose exec app python -Wa ./manage.py test # view deprecation warnings
```
Linters:
```shell