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