File: pytest.ini

package info (click to toggle)
python-ratelimit 2.2.1-2
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 152 kB
  • sloc: python: 205; makefile: 3
file content (7 lines) | stat: -rw-r--r-- 102 bytes parent folder | download
1
2
3
4
5
6
7
[pytest]
norecursedirs = venv* .*
addopts =
  -r fEsxXw
  -vvv
  --doctest-modules
  --ignore setup.py