============================= 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-search-ui/patched configfile: setup.cfg testpaths: tests, invenio_search_ui plugins: invenio-4.0.0, github-actions-annotate-failures-0.4.0, isort-4.0.0, flask-1.3.0, black-ng-0.4.1, pydocstyle-2.4.0, cov-7.0.0, pycodestyle-2.5.0 collected 33 items tests/conftest.py ... [ 9%] tests/test_app.py .... [ 21%] tests/test_ng_templates.py .... [ 33%] tests/test_rsk_templates.py .... [ 45%] invenio_search_ui/__init__.py ... [ 54%] invenio_search_ui/config.py ... [ 63%] invenio_search_ui/ext.py ... [ 72%] invenio_search_ui/searchconfig.py ... [ 81%] invenio_search_ui/views.py ... [ 90%] invenio_search_ui/webpack.py ... [100%] ================================ tests coverage ================================ _______________ coverage: platform linux, python 3.14.2-final-0 ________________ Name Stmts Miss Cover Missing ----------------------------------------------------------------- invenio_search_ui/__init__.py 3 0 100% invenio_search_ui/config.py 31 0 100% invenio_search_ui/ext.py 14 0 100% invenio_search_ui/searchconfig.py 75 40 47% 20-21, 25-26, 30, 40-43, 49, 57-72, 112-115, 120, 125, 137, 154, 162, 170, 175-182, 194, 201-216, 224, 234, 253-262 invenio_search_ui/views.py 73 2 97% 51, 231 invenio_search_ui/webpack.py 2 0 100% ----------------------------------------------------------------- TOTAL 198 42 79% ============================== 33 passed in 2.40s ==============================