python/coverage: update to 7.6.5
[oi-userland.git] / components / python / pytest_check / test / results-all.master
blob10eb2ac94f3a11f30500400574b5b1800ab3c112
1 py$(PYV): remove tox env folder $(@D)/.tox/py$(PYV)
2 py$(PYV): commands[0]> python -m pytest
3 ============================= test session starts ==============================
4 platform sunos5 -- Python $(PYTHON_VERSION).X -- $(@D)/.tox/py$(PYV)/bin/python
5 cachedir: .tox/py$(PYV)/.pytest_cache
6 rootdir: $(@D)
7 configfile: tox.ini
8 testpaths: tests
9 collecting ... collected 67 items
11 tests/test_alt_names.py::test_alt_names PASSED
12 tests/test_any_failures.py::test_any_failures_false PASSED
13 tests/test_any_failures.py::test_any_failure_true PASSED
14 tests/test_any_failures.py::test_top_level PASSED
15 tests/test_any_failures.py::test_from_imported_check PASSED
16 tests/test_any_failures.py::test_from_check_fixture PASSED
17 tests/test_check_and_assert.py::test_check_and_assert PASSED
18 tests/test_check_check.py::test_check_check PASSED
19 tests/test_check_context_manager.py::test_context_manager_pass PASSED
20 tests/test_check_context_manager.py::test_context_manager_fail PASSED
21 tests/test_check_context_manager.py::test_context_manager_fail_with_msg PASSED
22 tests/test_check_fixture.py::test_check_fixture PASSED
23 tests/test_check_func_decorator.py::test_passing_check_helper_functions PASSED
24 tests/test_check_func_decorator.py::test_failing_check_helper_functions PASSED
25 tests/test_fail_func.py::test_fail_func PASSED
26 tests/test_fail_in_fixture.py::test_setup_failure PASSED
27 tests/test_fail_in_fixture.py::test_teardown_failure PASSED
28 tests/test_functions.py::test_passing_check_functions PASSED
29 tests/test_functions.py::test_failing_check_functions PASSED
30 tests/test_helpers.py::test_sequence_with_helper_funcs SKIPPED (requ...)
31 tests/test_locals.py::test_locals_context_manager PASSED
32 tests/test_locals.py::test_locals_check_function PASSED
33 tests/test_logging.py::test_log PASSED
34 tests/test_logging.py::test_print PASSED
35 tests/test_maxfail.py::test_maxfail_1_stops_on_first_check PASSED
36 tests/test_maxfail.py::test_maxfail_2_stops_on_two_failed_tests PASSED
37 tests/test_maxfail.py::test_maxfail_3_runs_at_least_3_tests PASSED
38 tests/test_message.py::test_baseline PASSED
39 tests/test_message.py::test_message PASSED
40 tests/test_not_in_test.py::test_check_not_in_a_test SKIPPED (require...)
41 tests/test_raises.py::test_raises PASSED
42 tests/test_raises.py::test_raises_with_assertion_error PASSED
43 tests/test_raises.py::test_raises_with_multiple_errors PASSED
44 tests/test_raises.py::test_raises_with_parents_and_children PASSED
45 tests/test_raises.py::test_raises_stop_on_fail[--exitfirst-match_lines0] PASSED
46 tests/test_raises.py::test_raises_stop_on_fail[-match_lines1] PASSED
47 tests/test_raises.py::test_can_mix_assertions_and_checks PASSED
48 tests/test_raises.py::test_msg_kwarg_with_raises_context_manager PASSED
49 tests/test_raises.py::test_raises_function PASSED
50 tests/test_red.py::test_red PASSED
51 tests/test_red.py::test_no_red PASSED
52 tests/test_speedup_flags.py::test_baseline PASSED
53 tests/test_speedup_flags.py::test_no_tb PASSED
54 tests/test_speedup_flags.py::test_max_report PASSED
55 tests/test_speedup_flags.py::test_max_fail PASSED
56 tests/test_speedup_flags.py::test_max_tb PASSED
57 tests/test_speedup_functions.py::test_baseline PASSED
58 tests/test_speedup_functions.py::test_max_report PASSED
59 tests/test_speedup_functions.py::test_max_fail PASSED
60 tests/test_speedup_functions.py::test_max_tb PASSED
61 tests/test_speedup_functions.py::test_deprecated_no_tb PASSED
62 tests/test_speedup_functions.py::test_no_tb PASSED
63 tests/test_stop_on_fail.py::test_stop_on_fail PASSED
64 tests/test_stop_on_fail.py::test_context_manager_stop_on_fail PASSED
65 tests/test_stop_on_fail.py::test_context_manager_stop_on_fail_with_msg PASSED
66 tests/test_summary.py::test_baseline PASSED
67 tests/test_summary.py::test_message PASSED
68 tests/test_tb_style.py::test_traceback_style_no PASSED
69 tests/test_tb_style.py::test_traceback_style_default PASSED
70 tests/test_thread.py::test_failing_threaded_testcode PASSED
71 tests/test_thread.py::test_passing_threaded_testcode PASSED
72 tests/test_tracebackhide.py::test_normal_pseudo_traceback SKIPPED (r...)
73 tests/test_tracebackhide.py::test_tracebackhide SKIPPED (requires py...)
74 tests/test_xfail.py::test_xfail PASSED
75 tests/test_xfail.py::test_xfail_strict PASSED
76 tests/test_xfail.py::test_xpass PASSED
77 tests/test_xfail.py::test_xpass_strict PASSED
79 =========================== short test summary info ============================
80 ======== 63 passed, 4 skipped ========
81   py$(PYV): OK
82   congratulations :)