summaryrefslogtreecommitdiff
path: root/setup.cfg
blob: a1f52209bf5a954be4fd2c3ef91202fc8e420867 (plain)
1
2
3
4
5
[tool:pytest]
addopts =
    --showlocals --doctest-modules -ra --cov-report= --cov=numpydoc
    --junit-xml=junit-results.xml --ignore=doc/
junit_family = xunit2