============================= 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-rest/original configfile: setup.cfg testpaths: tests, invenio_rest 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 74 items tests/conftest.py ... [ 4%] tests/test_csrf.py [ 25%] tests/test_decorators.py [ 29%] tests/test_errors.py [ 33%] tests/test_invenio_rest.py [ 59%] tests/test_serializer.py [ 66%] invenio_rest/__init__.py [ 71%] invenio_rest/config.py ... [ 75%] invenio_rest/csrf.py ... [ 79%] invenio_rest/decorators.py ... [ 83%] invenio_rest/errors.py ... [ 87%] invenio_rest/ext.py ... [ 91%] invenio_rest/serializer.py ... [ 95%] invenio_rest/views.py ... [100%] =============================== warnings summary =============================== self.init_app(app) tests/test_invenio_rest.py::test_init ext.init_app(app) tests/test_serializer.py::test_serialize_pretty clear_context = _init_context(kwargs) ================================ tests coverage ================================ _______________ coverage: platform linux, python 3.14.2-final-0 ________________ Name Stmts Miss Cover Missing invenio_rest/__init__.py 6 0 100% invenio_rest/config.py 13 0 100% invenio_rest/csrf.py 146 7 95% 69-70, 146, 177, 193-194, 267 invenio_rest/decorators.py 13 0 100% invenio_rest/errors.py 66 1 98% 76 invenio_rest/ext.py 40 2 95% 44-46 invenio_rest/serializer.py 62 20 68% 23-30, 43-50, 61, 105-110, 114-119, 123-128 invenio_rest/views.py 110 7 94% 39, 43-45, 165-166, 320 TOTAL 456 37 92% ======================= 74 passed, 23 warnings in 3.93s ========================