Skip to content
Snippets Groups Projects
setup.cfg 406 B
Newer Older
addopts = --reuse-db --strict --tb=short -m "not phantomjs"
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