py$(PYV): remove tox env folder $(@D)/pyproject-fmt/.tox/py$(PYV) py$(PYV): commands[0]> pytest --durations 5 --junitxml $(@D)/pyproject-fmt/.tox/junit.py$(PYV).xml --no-cov-on-fail --cov pyproject_fmt --cov $(@D)/pyproject-fmt/tests --cov-config $(@D)/pyproject-fmt/pyproject.toml --cov-context test --cov-report term-missing:skip-covered --cov-report html:$(@D)/pyproject-fmt/.tox/py$(PYV)/tmp/htmlcov --cov-report xml:$(@D)/pyproject-fmt/.tox/coverage.py$(PYV).xml tests ============================= test session starts ============================== platform sunos5 -- Python $(PYTHON_VERSION).X -- $(PYTHON) cachedir: .tox/py$(PYV)/.pytest_cache rootdir: $(@D)/pyproject-fmt configfile: pyproject.toml collecting ... collected 27 items tests/test_lib.py::test_format_toml[expanded] PASSED tests/test_lib.py::test_format_toml[collapsed] PASSED tests/test_main.py::test_main[formatted-cwd-check-in_place] PASSED tests/test_main.py::test_main[formatted-cwd-check-print] PASSED tests/test_main.py::test_main[formatted-cwd-no_check-in_place] PASSED tests/test_main.py::test_main[formatted-cwd-no_check-print] PASSED tests/test_main.py::test_main[formatted-absolute-check-in_place] PASSED tests/test_main.py::test_main[formatted-absolute-check-print] PASSED tests/test_main.py::test_main[formatted-absolute-no_check-in_place] PASSED tests/test_main.py::test_main[formatted-absolute-no_check-print] PASSED tests/test_main.py::test_main[format-cwd-check-in_place] PASSED tests/test_main.py::test_main[format-cwd-check-print] PASSED tests/test_main.py::test_main[format-cwd-no_check-in_place] PASSED tests/test_main.py::test_main[format-cwd-no_check-print] PASSED tests/test_main.py::test_main[format-absolute-check-in_place] PASSED tests/test_main.py::test_main[format-absolute-check-print] PASSED tests/test_main.py::test_main[format-absolute-no_check-in_place] PASSED tests/test_main.py::test_main[format-absolute-no_check-print] PASSED tests/test_main.py::test_indent[0] PASSED tests/test_main.py::test_indent[2] PASSED tests/test_main.py::test_indent[4] PASSED tests/test_main.py::test_keep_full_version_cli PASSED tests/test_main.py::test_pyproject_toml_config PASSED tests/test_main.py::test_pyproject_ftm_api_changed PASSED tests/test_main.py::test_pyproject_ftm_api_no_change PASSED tests/test_pyproject_toml_fmt.py::test_help_invocation_as_module PASSED tests/test_pyproject_toml_fmt.py::test_help_invocation_as_script PASSED - generated xml file: $(@D)/pyproject-fmt/.tox/junit.py$(PYV).xml - ================================ tests coverage ================================ _______________ coverage: platform sunos5, python 3.9.21-final-0 _______________ Name Stmts Miss Branch BrPart Cover Missing --------------------------------------------------- TOTAL 109 0 12 0 100% 4 files skipped due to complete coverage. Coverage HTML written to dir $(@D)/pyproject-fmt/.tox/py$(PYV)/tmp/htmlcov Coverage XML written to file $(@D)/pyproject-fmt/.tox/coverage.py$(PYV).xml Required test coverage of 100.0% reached. Total coverage: 100.00% ============================= slowest 5 durations ============================== ======== 27 passed ======== py$(PYV): OK congratulations :)