Merge branch 'main' into progress_update

This commit is contained in:
Joel Bradshaw
2021-01-13 19:45:36 -08:00
179 changed files with 9338 additions and 3228 deletions

2
bw-dev
View File

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