1
0
Fork 0
mirror of https://github.com/Kozea/Radicale.git synced 2025-09-15 20:36:55 +00:00

Enable run-time type checking during tests

This commit is contained in:
Unrud 2020-10-04 15:13:02 +02:00
parent 23a2989b77
commit 11f7559ef3
2 changed files with 2 additions and 2 deletions

View file

@ -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]