2015-01-20 17:59:10 +01:00

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