py$(PYV): commands[0]> python -m pytest --durations 5 --junitxml $(@D)/.tox/junit.py$(PYV).xml tests ============================= test session starts ============================== platform sunos5 -- Python $(PYTHON_VERSION).X -- $(@D)/.tox/py$(PYV)/bin/python cachedir: .tox/py$(PYV)/.pytest_cache rootdir: $(@D) configfile: pyproject.toml collecting ... collected 13 items tests/test_app.py::test_dumb_help PASSED tests/test_app.py::test_dumb_format_with_override PASSED tests/test_app.py::test_dumb_format_with_override_custom_type PASSED tests/test_app.py::test_dumb_format_no_print_diff PASSED tests/test_app.py::test_dumb_format_already_good PASSED tests/test_app.py::test_dumb_format_via_folder PASSED tests/test_app.py::test_dumb_format_override_non_dict_result PASSED tests/test_app.py::test_dumb_format_override_non_dict_part PASSED tests/test_app.py::test_dumb_stdin PASSED tests/test_app.py::test_dumb_path_missing PASSED tests/test_app.py::test_dumb_path_is_folder PASSED tests/test_app.py::test_dumb_path_no_read PASSED tests/test_app.py::test_dumb_path_no_write PASSED - generated xml file: $(@D)/.tox/junit.py$(PYV).xml - ============================= slowest 5 durations ============================== ======== 13 passed ======== py$(PYV): OK congratulations :)