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 23 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 tests/test_app.py::test_dumb_path_no_write_check_mode PASSED tests/test_app.py::test_dumb_path_no_write_stdout_mode PASSED tests/test_app.py::test_writes_lf_line_endings PASSED tests/test_app.py::test_config_flag_explicit PASSED tests/test_app.py::test_config_flag_nonexistent PASSED tests/test_app.py::test_config_auto_discovery PASSED tests/test_app.py::test_config_auto_discovery_not_found PASSED tests/test_app.py::test_config_per_file_overrides_shared PASSED tests/test_app.py::test_config_stdin_uses_cwd PASSED tests/test_app.py::test_config_shared_custom_type PASSED - generated xml file: $(@D)/.tox/junit.py$(PYV).xml - ============================= slowest 5 durations ============================== ======== 23 passed ======== py$(PYV): OK congratulations :)