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