2 ; exclude unrelated folders and all old tests
9 indico
/modules
/rb
/tests
16 ; more verbose summary (include skip/fail/error/warning), coverage
17 addopts = -rsfEw --cov indico --cov-report html --no-cov-on-fail
18 ; only check for tests in suffixed files
19 python_files = *_test.py