Fixes interaction tests

This commit is contained in:
Mouse Reeve
2021-06-14 16:23:17 -07:00
parent 52adfbf5da
commit ef71da7ef0
2 changed files with 14 additions and 5 deletions

2
bw-dev
View File

@ -84,7 +84,7 @@ case "$CMD" in
runweb coverage run --source='.' --omit="*/test*,celerywyrm*,bookwyrm/migrations/*" manage.py test "$@"
;;
pytest)
runweb pytest --no-cov-on-fail "$@"
execweb pytest --no-cov-on-fail "$@"
;;
collectstatic)
runweb python manage.py collectstatic --no-input