summaryrefslogtreecommitdiffstats
path: root/pytest.ini
blob: a88e03efd065539c9ae0fa6fdcfeb6c27b3bf007 (plain)
1
2
[pytest]
addopts = --cov-report term --cov-report html --cov-report xml --cov-report term-missing --cov=netaddr --cov-branch --doctest-modules --doctest-glob="*.rst"