A couple test mocks

This commit is contained in:
Mouse Reeve
2021-05-27 17:29:24 -07:00
parent 98e537280e
commit b29ca22227
2 changed files with 15 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