============================= test session starts ============================== platform linux -- Python 3.14.2, pytest-8.4.2, pluggy-1.6.0 rootdir: /home/runner/work/invenio-testrig-client/invenio-testrig-client/workdir/tests/invenio-app/original configfile: setup.cfg testpaths: tests, invenio_app plugins: invenio-4.0.0, github-actions-annotate-failures-0.4.0, isort-4.0.0, flask-1.3.0, pydocstyle-2.4.0, cov-7.0.0, black-0.6.0, pycodestyle-2.5.0 collected 79 items tests/conftest.py ... [ 3%] tests/test_app.py [ 20%] tests/test_celery.py ... [ 24%] tests/test_cli.py [ 27%] tests/test_factory.py [ 34%] tests/test_helpers.py [ 40%] tests/test_limiter.py [ 46%] tests/test_templating.py [ 54%] tests/test_wsgi.py ... [ 58%] invenio_app/__init__.py ... [ 62%] invenio_app/celery.py ... [ 65%] invenio_app/cli.py ... [ 69%] invenio_app/config.py ... [ 73%] invenio_app/ext.py ... [ 77%] invenio_app/factory.py ... [ 81%] invenio_app/helpers.py ... [ 84%] 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 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 62 3 95% 97, 115-116 invenio_app/factory.py 34 2 94% 62-63 invenio_app/helpers.py 55 10 82% 30, 73, 82-87, 111, 113 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 212 15 93% ======================= 79 passed, 19 warnings in 6.30s ========================