pytest.ini 162 B

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