diff options
Diffstat (limited to 'setup.cfg')
| -rw-r--r-- | setup.cfg | 6 |
1 files changed, 5 insertions, 1 deletions
@@ -2,4 +2,8 @@ test = pytest [tool:pytest] -addopts = --cov wikiget --verbose test +addopts = --cov=wikiget --verbose +testpaths = test + +[flake8] +exclude = .eggs,.git,__pycache__,build,dist,venv |
