mirror of
https://github.com/lucaspalomodevelop/indico-plugins.git
synced 2026-03-13 07:29:39 +00:00
8 lines
275 B
INI
8 lines
275 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 paypal plugin to be loaded
|
|
indico_plugins = payment_paypal
|