============================= 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-assets/original configfile: setup.cfg testpaths: tests, invenio_assets 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 38 items tests/conftest.py ... [ 7%] tests/test_invenio_assets.py ....... [ 26%] tests/test_invenio_assets_cli.py ... [ 34%] tests/test_webpack.py ...... [ 50%] invenio_assets/__init__.py .... [ 60%] invenio_assets/cli.py ... [ 68%] invenio_assets/collect.py ... [ 76%] invenio_assets/ext.py ... [ 84%] invenio_assets/proxies.py ... [ 92%] invenio_assets/webpack.py ... [100%] ================================ tests coverage ================================ _______________ coverage: platform linux, python 3.14.2-final-0 ________________ Name Stmts Miss Cover Missing invenio_assets/__init__.py 4 0 100% invenio_assets/cli.py 9 0 100% invenio_assets/collect.py 3 0 100% invenio_assets/ext.py 24 0 100% invenio_assets/proxies.py 4 0 100% invenio_assets/webpack.py 53 1 98% 113 TOTAL 97 1 99% ============================== 38 passed in 2.98s ==============================