summaryrefslogtreecommitdiff
path: root/setup.cfg
blob: 20d367edd070ab22ff2e36e4db69dbca0fc736dc (plain)
1
2
3
4
5
[aliases]
test = pytest

[tool:pytest]
addopts= --cov=aiohttp_cors --cov-report=term --cov-report=html --cov-branch --no-cov-on-fail