mirror of
https://github.com/lucaspalomodevelop/indico-plugins.git
synced 2026-03-13 07:29:39 +00:00
VC/Zoom: update pytest.ini
This commit is contained in:
parent
5436b29767
commit
4f058327ca
@ -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
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user