File: pytest.ini

package info (click to toggle)
xdoctest 1.3.0-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 1,512 kB
  • sloc: python: 10,963; sh: 815; cpp: 33; makefile: 19
file content (12 lines) | stat: -rw-r--r-- 574 bytes parent folder | download | duplicates (3)
1
2
3
4
5
6
7
8
9
10
11
12
[pytest]
# ON COVERAGE OF PYTEST PLUGINS:
# http://pytest-cov.readthedocs.io/en/latest/plugins.html
addopts = -p pytester -p no:doctest --xdoctest --ignore-glob=setup.py  --ignore=.tox --ignore=setup.py --ignore=dev
norecursedirs = .git ignore build __pycache__ docs *.egg-info dev tests/pybind11_test setup.py
# --pyargs --doctest-modules --ignore=.tox
;rsyncdirs = tox.ini pytest.py _pytest testing
;python_files = test_*.py *_test.py tests/*/*.py
;python_classes = Test Acceptance
;python_functions = test
;norecursedirs = .tox ja .hg cx_freeze_source
;xfail_strict=true