Adds setup views tests

This commit is contained in:
Mouse Reeve
2022-02-17 14:14:31 -08:00
parent 3b0fc9785e
commit 31d362d715
3 changed files with 81 additions and 2 deletions

2
bw-dev
View File

@ -101,7 +101,7 @@ case "$CMD" in
docker-compose restart celery_worker
;;
pytest)
runweb pytest --no-cov-on-fail "$@"
runweb --no-deps pytest --no-cov-on-fail "$@"
;;
collectstatic)
runweb python manage.py collectstatic --no-input