diff --git a/citadel/pytest.ini b/citadel/pytest.ini index 2235e7b5..9c8f13a0 100644 --- a/citadel/pytest.ini +++ b/citadel/pytest.ini @@ -1,6 +1,6 @@ [pytest] -; more verbose summary (include skip/fail/error/warning), coverage -addopts = -rsfEw --cov . --cov-report html --no-cov-on-fail +; more verbose summary (include skip/fail/error/warning) +addopts = -rsfEw ; only check for tests in suffixed files python_files = *_test.py ; we need the livesync+citedel plugins to be loaded diff --git a/livesync/pytest.ini b/livesync/pytest.ini index aa53f70c..05344a75 100644 --- a/livesync/pytest.ini +++ b/livesync/pytest.ini @@ -1,6 +1,6 @@ [pytest] -; more verbose summary (include skip/fail/error/warning), coverage -addopts = -rsfEw --cov . --cov-report html --no-cov-on-fail +; more verbose summary (include skip/fail/error/warning) +addopts = -rsfEw ; only check for tests in suffixed files python_files = *_test.py ; we need the livesync plugin to be loaded diff --git a/payment_paypal/pytest.ini b/payment_paypal/pytest.ini index cb103c3b..33e3e1e4 100644 --- a/payment_paypal/pytest.ini +++ b/payment_paypal/pytest.ini @@ -1,6 +1,6 @@ [pytest] -; more verbose summary (include skip/fail/error/warning), coverage -addopts = -rsfEw --cov . --cov-report html --no-cov-on-fail +; more verbose summary (include skip/fail/error/warning) +addopts = -rsfEw ; only check for tests in suffixed files python_files = *_test.py ; we need the paypal plugin to be loaded diff --git a/prometheus/pytest.ini b/prometheus/pytest.ini index 02f116cb..8b251563 100644 --- a/prometheus/pytest.ini +++ b/prometheus/pytest.ini @@ -1,6 +1,6 @@ [pytest] -; more verbose summary (include skip/fail/error/warning), coverage -addopts = -rsfEw --cov . --cov-report html --no-cov-on-fail +; more verbose summary (include skip/fail/error/warning) +addopts = -rsfEw ; only check for tests in suffixed files python_files = *_test.py ; we need the prometheus plugin to be loaded diff --git a/storage_s3/pytest.ini b/storage_s3/pytest.ini index dc5fb253..a0ddb9ec 100644 --- a/storage_s3/pytest.ini +++ b/storage_s3/pytest.ini @@ -1,6 +1,6 @@ [pytest] -; more verbose summary (include skip/fail/error/warning), coverage -addopts = -rsfEw --cov . --cov-report html --no-cov-on-fail +; more verbose summary (include skip/fail/error/warning) +addopts = -rsfEw ; only check for tests in suffixed files python_files = *_test.py ; we need the storage_s3 plugin to be loaded diff --git a/vc_zoom/pytest.ini b/vc_zoom/pytest.ini index 02e28ae9..f7676f0b 100644 --- a/vc_zoom/pytest.ini +++ b/vc_zoom/pytest.ini @@ -1,6 +1,6 @@ [pytest] -; more verbose summary (include skip/fail/error/warning), coverage -addopts = -rsfEw --cov . --cov-report html --no-cov-on-fail +; more verbose summary (include skip/fail/error/warning) +addopts = -rsfEw ; only check for tests in suffixed files python_files = *_test.py ; we need the vc_zoom plugin to be loaded