Add custom tests runner that replaces the custom "runtests"
management command.
This commit is contained in:
@@ -12,7 +12,7 @@ basepython =
|
||||
py35: python3.5
|
||||
|
||||
commands=
|
||||
coverage run {envdir}/bin/django-admin.py runtests --settings=mayan.settings.testing --nomigrations
|
||||
coverage run {envdir}/bin/django-admin.py test --settings=mayan.settings.testing --nomigrations
|
||||
|
||||
deps =
|
||||
-rrequirements/testing-no-django.txt
|
||||
|
||||
Reference in New Issue
Block a user