-
Martin Burchell authored
Problems: no 'home' url app changed from contacts to users Django 1.8 fixes some Alfie/V4C/RuForum dependencies
Martin Burchell authoredProblems: no 'home' url app changed from contacts to users Django 1.8 fixes some Alfie/V4C/RuForum dependencies
pytest.ini 367 B
[pytest]
addopts = --reuse-db --strict --tb=short
python_files=*test.py *tests.py
norecursedirs = static .ve
markers =
client: marks tests that use the django client (and hence run a bit slow)
integration: marks tests that are integration tests (just for noting)
groupfactory: marks tests that use the group_permissions methods (and hence run a bit slow)