aboutsummaryrefslogtreecommitdiff
path: root/python/setup.cfg
blob: d10b7e42d0d088bdfe0fc1bd5a83a96d088074b0 (plain)
1
2
3
4
5
6
7
8
[tool:pytest]
testpaths = tests
flake8-ignore =
    olm/*.py F401
    tests/*.py W503

[coverage:run]
omit=olm/__version__.py