aboutsummaryrefslogtreecommitdiff
path: root/setup.cfg
blob: 1a5c40a4cbc60c2ecf4e0010c1c8079e41ea7257 (plain)
1
2
3
4
5
6
7
8
9
[aliases]
test = pytest

[tool:pytest]
addopts = --cov=wikiget --verbose
testpaths = test

[flake8]
exclude = .eggs,.git,__pycache__,build,dist,venv