From 4ace8576cb5c6bcb787238a7bf552fb57437bab9 Mon Sep 17 00:00:00 2001 From: Pedro Ferreira Date: Fri, 3 Jul 2020 10:59:22 +0200 Subject: [PATCH] VC/Zoom: Add pytest config --- conftest.py | 1 + pytest.ini | 7 +++++++ 2 files changed, 8 insertions(+) create mode 100644 conftest.py create mode 100644 pytest.ini diff --git a/conftest.py b/conftest.py new file mode 100644 index 0000000..7c568e8 --- /dev/null +++ b/conftest.py @@ -0,0 +1 @@ +pytest_plugins = 'indico' diff --git a/pytest.ini b/pytest.ini new file mode 100644 index 0000000..cba3f73 --- /dev/null +++ b/pytest.ini @@ -0,0 +1,7 @@ +[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 = vc_zoom