9 lines
126 B
INI
9 lines
126 B
INI
|
[tool:pytest]
|
||
|
testpaths = tests
|
||
|
flake8-ignore =
|
||
|
olm/*.py F401
|
||
|
tests/*.py W503
|
||
|
|
||
|
[coverage:run]
|
||
|
omit=olm/__version__.py
|