summaryrefslogtreecommitdiff
path: root/setup.cfg
blob: 32dfadfd0087a710084a6fea6f8581f03c7c5f7e (plain)
1
2
3
4
5
6
[aliases]
test=pytest
[tool:pytest]
addopts=--cov-report=html --cov-report=xml --cov=crocoite --cov-config=setup.cfg
[coverage:run]
branch=True