============================= 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-logging/patched configfile: setup.cfg 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 49 items tests/conftest.py ... [ 6%] tests/test_console.py ..... [ 16%] tests/test_examples_app.py ... [ 22%] tests/test_ext.py ... [ 28%] tests/test_fs.py [ 42%] tests/test_invenio_logging.py ... [ 48%] tests/test_sentry.py ... [ 55%] invenio_logging/__init__.py [ 63%] invenio_logging/config.py ... [ 69%] invenio_logging/console.py ... [ 75%] invenio_logging/ext.py ... [ 81%] invenio_logging/fs.py ... [ 87%] invenio_logging/sentry.py ... [ 93%] invenio_logging/utils.py ... [100%] =============================== warnings summary =============================== tests/test_fs.py::test_logging app.logger.warn("My warning") invenio_logging/__init__.py::invenio_logging ================================ tests coverage ================================ _______________ coverage: platform linux, python 3.14.2-final-0 ________________ Name Stmts Miss Cover Missing invenio_logging/__init__.py 3 0 100% invenio_logging/config.py 32 0 100% invenio_logging/console.py 24 0 100% invenio_logging/ext.py 19 0 100% invenio_logging/fs.py 31 0 100% invenio_logging/sentry.py 65 16 75% 22-23, 39-43, 52-53, 84-86, 100, 102, 104, 106, 121-123 invenio_logging/utils.py 8 1 88% 22 TOTAL 182 17 91% ======================= 49 passed, 2 warnings in 10.00s ========================