VC/Zoom: update pytest.ini

This commit is contained in:
Pedro Ferreira 2020-11-13 10:38:53 +01:00
parent 5436b29767
commit 4f058327ca

View File

@ -3,5 +3,10 @@
addopts = -rsfEw --cov . --cov-report html --no-cov-on-fail
; only check for tests in suffixed files
python_files = *_test.py
; we need the livesync plugin to be loaded
; we need the vc_zoom plugin to be loaded
indico_plugins = vc_zoom
; fail if there are warnings, but ignore ones that are likely just noise
filterwarnings =
error
ignore::sqlalchemy.exc.SAWarning
ignore::UserWarning