mirror of
https://github.com/cisagov/manage.get.gov.git
synced 2025-08-03 16:32:15 +02:00
Add testing to the CI pipeline
This commit is contained in:
parent
196e4b8fd6
commit
0237c3235d
5 changed files with 54 additions and 0 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue