Use pytest for running tests

This commit is contained in:
Swen Kooij
2019-10-19 12:48:32 +03:00
parent 7cdd1f4490
commit 2cb80431cc
6 changed files with 31 additions and 5 deletions

View File

@@ -10,4 +10,4 @@ deps =
setenv =
DJANGO_SETTINGS_MODULE=settings
passenv = DATABASE_URL
commands = coverage run manage.py test
commands = python setup.py test