Adds setup views tests
This commit is contained in:
parent
3b0fc9785e
commit
31d362d715
3 changed files with 81 additions and 2 deletions
2
bw-dev
2
bw-dev
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue