[tool:pytest]
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