File: pytest.ini

package info (click to toggle)
django-compression-middleware 0.5.0-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 196 kB
  • sloc: python: 605; makefile: 6; sh: 5
file content (4 lines) | stat: -rw-r--r-- 136 bytes parent folder | download
1
2
3
4
[pytest]
norecursedirs = .git .tox venv* requirements* log
python_files = test_*.py
addopts = tests/ --verbose --color=yes --showlocals