File: pytest.ini

package info (click to toggle)
pytest-runner 2.11.1-4
  • links: PTS, VCS
  • area: main
  • in suites: bookworm, sid, trixie
  • size: 152 kB
  • sloc: python: 212; makefile: 6
file content (4 lines) | stat: -rw-r--r-- 108 bytes parent folder | download | duplicates (10)
1
2
3
4
[pytest]
norecursedirs=dist build .tox
addopts=--doctest-modules
doctest_optionflags=ALLOW_UNICODE ELLIPSIS