py$(PYV): remove tox env folder $(@D)/.tox/py$(PYV)
py$(PYV): commands[0]> python -m pytest
============================= test session starts ==============================
platform sunos5 -- Python $(PYTHON_VERSION).X -- $(@D)/.tox/py$(PYV)/bin/python
cachedir: .tox/py$(PYV)/.pytest_cache
rootdir: $(@D)
configfile: tox.ini
testpaths: tests
collecting ... collected 69 items

tests/test_alt_names.py::test_alt_names PASSED
tests/test_any_failures.py::test_any_failures_false PASSED
tests/test_any_failures.py::test_any_failure_true PASSED
tests/test_any_failures.py::test_top_level PASSED
tests/test_any_failures.py::test_from_imported_check PASSED
tests/test_any_failures.py::test_from_check_fixture PASSED
tests/test_check_and_assert.py::test_check_and_assert PASSED
tests/test_check_check.py::test_check_check PASSED
tests/test_check_context_manager.py::test_context_manager_pass PASSED
tests/test_check_context_manager.py::test_context_manager_fail PASSED
tests/test_check_context_manager.py::test_context_manager_fail_with_msg PASSED
tests/test_check_fixture.py::test_check_fixture PASSED
tests/test_check_func_decorator.py::test_passing_check_helper_functions PASSED
tests/test_check_func_decorator.py::test_failing_check_helper_functions PASSED
tests/test_fail_func.py::test_fail_func PASSED
tests/test_fail_in_fixture.py::test_setup_failure PASSED
tests/test_fail_in_fixture.py::test_teardown_failure PASSED
tests/test_fail_in_teardown_with_skip.py::test_skip_teardown_fail PASSED
tests/test_functions.py::test_passing_check_functions PASSED
tests/test_functions.py::test_failing_check_functions PASSED
tests/test_helpers.py::test_sequence_with_helper_funcs SKIPPED (requ...)
tests/test_locals.py::test_locals_context_manager PASSED
tests/test_locals.py::test_locals_check_function PASSED
tests/test_logging.py::test_log PASSED
tests/test_logging.py::test_print PASSED
tests/test_maxfail.py::test_maxfail_1_stops_on_first_check PASSED
tests/test_maxfail.py::test_maxfail_2_stops_on_two_failed_tests PASSED
tests/test_maxfail.py::test_maxfail_3_runs_at_least_3_tests PASSED
tests/test_message.py::test_baseline PASSED
tests/test_message.py::test_message PASSED
tests/test_not_in_test.py::test_check_not_in_a_test SKIPPED (require...)
tests/test_raises.py::test_raises PASSED
tests/test_raises.py::test_raises_with_assertion_error PASSED
tests/test_raises.py::test_raises_with_multiple_errors PASSED
tests/test_raises.py::test_raises_with_parents_and_children PASSED
tests/test_raises.py::test_raises_stop_on_fail[--exitfirst-match_lines0] PASSED
tests/test_raises.py::test_raises_stop_on_fail[-match_lines1] PASSED
tests/test_raises.py::test_can_mix_assertions_and_checks PASSED
tests/test_raises.py::test_msg_kwarg_with_raises_context_manager PASSED
tests/test_raises.py::test_raises_function PASSED
tests/test_red.py::test_red PASSED
tests/test_red.py::test_no_red PASSED
tests/test_speedup_flags.py::test_baseline PASSED
tests/test_speedup_flags.py::test_no_tb PASSED
tests/test_speedup_flags.py::test_max_report PASSED
tests/test_speedup_flags.py::test_max_fail PASSED
tests/test_speedup_flags.py::test_max_tb PASSED
tests/test_speedup_functions.py::test_baseline PASSED
tests/test_speedup_functions.py::test_max_report PASSED
tests/test_speedup_functions.py::test_max_fail PASSED
tests/test_speedup_functions.py::test_max_tb PASSED
tests/test_speedup_functions.py::test_deprecated_no_tb PASSED
tests/test_speedup_functions.py::test_no_tb PASSED
tests/test_stop_on_fail.py::test_stop_on_fail PASSED
tests/test_stop_on_fail.py::test_context_manager_stop_on_fail PASSED
tests/test_stop_on_fail.py::test_context_manager_stop_on_fail_with_msg PASSED
tests/test_summary.py::test_baseline PASSED
tests/test_summary.py::test_message PASSED
tests/test_tb_style.py::test_traceback_style_no PASSED
tests/test_tb_style.py::test_traceback_style_default PASSED
tests/test_thread.py::test_failing_threaded_testcode PASSED
tests/test_thread.py::test_passing_threaded_testcode PASSED
tests/test_tracebackhide.py::test_normal_pseudo_traceback SKIPPED (r...)
tests/test_tracebackhide.py::test_tracebackhide SKIPPED (requires py...)
tests/test_xfail.py::test_xfail PASSED
tests/test_xfail.py::test_xfail_strict PASSED
tests/test_xfail.py::test_xpass PASSED
tests/test_xfail.py::test_xpass_strict PASSED
tests/test_xfail.py::test_xfail_runxfail PASSED

=========================== short test summary info ============================
======== 65 passed, 4 skipped ========
  py$(PYV): OK
  congratulations :)