Skip to content

Commit

Permalink
tests: Run verbose so we can see which tests have been executed
Browse files Browse the repository at this point in the history
  • Loading branch information
atodorov committed Jan 23, 2020
1 parent 470b3d8 commit c8bf257
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile
Expand Up @@ -32,7 +32,7 @@ test:
TEST_DB=$$DB make test; \
done; \
else \
PYTHONWARNINGS=d coverage run --source='.' ./manage.py test --noinput --settings=$(DJANGO_SETTINGS_MODULE); \
PYTHONWARNINGS=d coverage run --source='.' ./manage.py test -v2 --noinput --settings=$(DJANGO_SETTINGS_MODULE); \
fi


Expand Down

0 comments on commit c8bf257

Please sign in to comment.