[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
|