File: pytest.ini

package info (click to toggle)
python-pycm 4.4-1
  • links: PTS, VCS
  • area: main
  • in suites: sid
  • size: 4,048 kB
  • sloc: python: 5,178; sh: 8; makefile: 6
file content (4 lines) | stat: -rw-r--r-- 144 bytes parent folder | download
1
2
3
4
# content of pytest.ini
[pytest]
addopts = --doctest-modules --ignore=Otherfiles --cov-append
doctest_optionflags= NORMALIZE_WHITESPACE ELLIPSIS