Set junit_family=legacy to keep the same coverage report

This commit is contained in:
Swen Kooij 2020-10-07 11:51:49 +03:00
parent 5a9ff191d4
commit da7e39c071

View File

@ -2,3 +2,4 @@
DJANGO_SETTINGS_MODULE=settings DJANGO_SETTINGS_MODULE=settings
testpaths=tests testpaths=tests
addopts=-m "not benchmark" addopts=-m "not benchmark"
junit_family=legacy