VC/Zoom: Add pytest config

This commit is contained in:
Pedro Ferreira 2020-07-03 10:59:22 +02:00
parent 66ef537486
commit 4ace8576cb
2 changed files with 8 additions and 0 deletions

1
conftest.py Normal file
View File

@ -0,0 +1 @@
pytest_plugins = 'indico'

7
pytest.ini Normal file
View File

@ -0,0 +1,7 @@
[pytest]
; more verbose summary (include skip/fail/error/warning), coverage
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
indico_plugins = vc_zoom