mirror of
https://github.com/Kozea/Radicale.git
synced 2025-04-04 05:37:37 +03:00
Enable run-time type checking during tests
This commit is contained in:
parent
73e42f8101
commit
12fe5ce637
2 changed files with 2 additions and 2 deletions
|
@ -6,7 +6,7 @@ python-tag = py3
|
|||
|
||||
[tool:pytest]
|
||||
# More options are set in `setup.py` via environment variable `PYTEST_ADDOPTS`
|
||||
addopts = --flake8 --isort --cov --cov-report=term --cov-report=xml -r s
|
||||
addopts = --flake8 --isort --typeguard-packages=radicale --cov --cov-report=term --cov-report=xml -r s
|
||||
norecursedirs = dist .cache .git build Radicale.egg-info .eggs venv
|
||||
|
||||
[tool:isort]
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue