vobject: add upstream tests
This commit is contained in:
10
setup.cfg
10
setup.cfg
@@ -5,5 +5,11 @@ test = pytest
|
||||
python-tag = py3
|
||||
|
||||
[tool:pytest]
|
||||
addopts = --flake8 --isort --cov radicale -r s
|
||||
norecursedirs = dist .cache .git build Radicale.egg-info .eggs venv radicale_vobject
|
||||
addopts = --flake8 --isort --cov radicale --cov radicale_vobject -r s
|
||||
norecursedirs = dist .cache .git build Radicale.egg-info .eggs venv
|
||||
|
||||
[isort]
|
||||
skip = radicale_vobject
|
||||
|
||||
[flake8]
|
||||
exclude = radicale_vobject/*
|
||||
|
||||
Reference in New Issue
Block a user