pytest.ini 168 B

123456
  1. [pytest]
  2. DJANGO_SETTINGS_MODULE = yanews.settings
  3. norecursedirs = env/* venv/*
  4. addopts = -vv -p no:cacheprovider
  5. testpaths = news/pytest_tests/
  6. python_files = test_*.py