Skip to content
Snippets Groups Projects
setup.cfg 387 B
Newer Older
[tool:pytest]
addopts = --reuse-db --strict --tb=short
python_files=*test.py *tests.py
norecursedirs = static .ve
markers =
  integration: marks tests that are integration tests
  groupfactory: marks tests that use the group_permissions methods
  phantomjs: marks tests that use phantomjs for testing
filterwarnings =
    ignore::DeprecationWarning
    ignore::PendingDeprecationWarning