============================= test session starts ============================== platform linux -- Python 3.14.2, pytest-8.4.2, pluggy-1.6.0 rootdir: /home/runner/work/rdm-14-tests/rdm-14-tests/workdir/tests/invenio-app/original configfile: setup.cfg testpaths: tests, invenio_app plugins: flask-1.3.0, black-0.6.0, github-actions-annotate-failures-0.4.1, pycodestyle-2.5.0, cov-7.1.0, invenio-4.0.1, pydocstyle-2.4.0, isort-4.0.0 collected 81 items tests/conftest.py ... [ 3%] tests/test_app.py [ 18%] tests/test_app_no_limitter.py ... [ 22%] tests/test_celery.py ... [ 25%] tests/test_cli.py [ 29%] tests/test_factory.py [ 35%] tests/test_helpers.py [ 41%] tests/test_limiter.py [ 48%] tests/test_templating.py [ 55%] tests/test_wsgi.py ... [ 59%] invenio_app/__init__.py ... [ 62%] invenio_app/celery.py ... [ 66%] invenio_app/cli.py ... [ 70%] invenio_app/config.py ... [ 74%] invenio_app/ext.py ... [ 77%] invenio_app/factory.py ... [ 81%] invenio_app/helpers.py ... [ 85%] invenio_app/limiter.py ... [ 88%] invenio_app/wsgi.py ... [ 92%] invenio_app/wsgi_rest.py ... [ 96%] invenio_app/wsgi_ui.py ... [100%] =============================== warnings summary =============================== warnings.warn( tests/test_cli.py::test_basic_cli tests/test_cli.py::test_basic_cli tests/test_factory.py::test_config_loader tests/test_factory.py::test_trusted_hosts tests/test_templating.py::test_notheme tests/test_templating.py::test_theme tests/test_templating.py::test_theme_with_instance_templates tests/test_templating.py::test_list_templaes warnings.warn( tests/test_templating.py::test_notheme tests/test_templating.py::test_theme tests/test_templating.py::test_theme_with_instance_templates result = self._write_client.setex( ================================ tests coverage ================================ _______________ coverage: platform linux, python 3.14.2-final-0 ________________ Name Stmts Miss Cover Missing invenio_app/__init__.py 3 0 100% invenio_app/celery.py 5 0 100% invenio_app/cli.py 3 0 100% invenio_app/config.py 29 0 100% invenio_app/ext.py 69 3 96% 169, 187-188 invenio_app/factory.py 34 2 94% 57-58 invenio_app/helpers.py 55 10 82% 25, 68, 77-82, 106, 108 invenio_app/limiter.py 14 0 100% invenio_app/wsgi.py 3 0 100% invenio_app/wsgi_rest.py 2 0 100% invenio_app/wsgi_ui.py 2 0 100% TOTAL 219 15 93% ======================= 81 passed, 22 warnings in 6.04s ========================