Add custom tests runner that replaces the custom "runtests"

management command.
This commit is contained in:
Roberto Rosario
2017-02-17 18:12:48 -04:00
parent df4aabcc0a
commit 0078600e62
8 changed files with 53 additions and 45 deletions
+1 -1
View File
@@ -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