14 lines
188 B
INI
14 lines
188 B
INI
|
[coverage:run]
|
||
|
source = cli_helpers
|
||
|
omit = cli_helpers/packages/*.py
|
||
|
|
||
|
[check-manifest]
|
||
|
ignore =
|
||
|
appveyor.yml
|
||
|
.travis.yml
|
||
|
.github*
|
||
|
.travis*
|
||
|
|
||
|
[tool:pytest]
|
||
|
testpaths = tests
|