mirror of
https://github.com/lucaspalomodevelop/indico-plugins.git
synced 2026-03-20 02:26:12 +00:00
VC/Zoom: Add pytest config
This commit is contained in:
parent
66ef537486
commit
4ace8576cb
1
conftest.py
Normal file
1
conftest.py
Normal file
@ -0,0 +1 @@
|
||||
pytest_plugins = 'indico'
|
||||
7
pytest.ini
Normal file
7
pytest.ini
Normal 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
|
||||
Loading…
x
Reference in New Issue
Block a user