Skip to content
Snippets Groups Projects
pytest.ini 237 B
Newer Older
[pytest]
addopts = --reuse-db --strict --tb=short
python_files=*tests.py

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)