indico-plugins/pytest.ini
2020-11-25 15:49:44 +01:00

8 lines
270 B
INI

[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