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

5
pytest.ini Normal file
View File

@ -0,0 +1,5 @@
[pytest]
testpaths = cas_server/tests/
DJANGO_SETTINGS_MODULE = cas_server.tests.settings
norecursedirs = .* build dist docs
python_paths = .