Adrian Moennich 2b6439272c Test agent
2014-11-14 17:21:57 +01:00

8 lines
271 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 = livesync