>>> make pytest ● Executing pytest in collection.. ============================= test session starts ============================== platform linux -- Python 3.12.13, pytest-9.1.1, pluggy-1.6.0 -- /home/runner/work/ansible-appstack/ansible-appstack/main/.venv-package/bin/python3 cachedir: .pytest_cache Using --randomly-seed=1228305948 ansible: 2.21.1 rootdir: /home/runner/work/ansible-appstack/ansible-appstack/main configfile: setup.cfg plugins: sphinx-0.7.1, clarity-1.0.1, cov-7.1.0, xdist-3.8.0, mypy-1.0.1, randomly-4.1.0, ansible-26.6.0 created: 4/4 workers 4 workers [1 item] scheduling tests via LoadScheduling collection/tests/test_empty.py::test_empty [gw0] [100%] PASSED collection/tests/test_empty.py::test_empty ================================ tests coverage ================================ _______________ coverage: platform linux, python 3.12.13-final-0 _______________ Name Stmts Miss Cover ---------------------------------------------------- collection/__init__.py 0 0 100% collection/tests/__init__.py 0 0 100% collection/tests/test_empty.py 1 0 100% ---------------------------------------------------- TOTAL 1 0 100% ============================== 1 passed in 1.24s =============================== DONE ● Write coveragepy output to htmlcov.. DONE ● Write coveragepy output to coverage.json.. DONE