File: pytest.ini

package info (click to toggle)
path.py 10.1-1~bpo8%2B1
  • links: PTS, VCS
  • area: main
  • in suites: jessie-backports
  • size: 244 kB
  • sloc: python: 1,715; makefile: 148
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