Skip to content
Snippets Groups Projects
Unverified Commit f8f4d667 authored by Luke Murphy's avatar Luke Murphy
Browse files

Move pytest configuration over to setup.cfg.

This file can house more configurations in one.
parent 6171e829
No related branches found
No related tags found
1 merge request!54Upgrade, Remove DYE, Fix up failing tests
[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)
[tool: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)
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment