Begin to split tests, Makefile less phony, use py.test

This commit is contained in:
Valentin Samir
2016-06-29 08:22:52 +02:00
parent 33f53f1d25
commit abda112467
11 changed files with 39 additions and 40 deletions

View File

@@ -17,7 +17,7 @@ deps =
-r{toxinidir}/requirements-dev.txt
[testenv]
commands=python run_tests {posargs:tests}
commands=py.test {posargs:cas_server/tests/}
[testenv:py27-django17]
basepython=python2.7