python/pyproject_installer: update to 0.5.5
[oi-userland.git] / components / python / pluggy / test / results-all.master
blob249a504681f9590006b0ebf0f26c6fd6635ce38a
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 benchmark: 4.0.0 (defaults: timer=time.perf_counter disable_gc=False min_rounds=5 min_time=0.000005 max_time=1.0 calibration_precision=10 warmup=False warmup_iterations=100000)
7 rootdir: $(@D)
8 configfile: tox.ini
9 testpaths: testing
10 collecting ... collected 109 items
12 testing/test_details.py::test_parse_hookimpl_override PASSED
13 testing/test_details.py::test_warn_when_deprecated_specified PASSED
14 testing/test_details.py::test_warn_when_deprecated_args_specified PASSED
15 testing/test_details.py::test_plugin_getattr_raises_errors PASSED
16 testing/test_details.py::test_not_all_arguments_are_provided_issues_a_warning PASSED
17 testing/test_details.py::test_repr PASSED
18 testing/test_helpers.py::test_varnames PASSED
19 testing/test_helpers.py::test_varnames_default PASSED
20 testing/test_helpers.py::test_varnames_class PASSED
21 testing/test_helpers.py::test_varnames_keyword_only PASSED
22 testing/test_helpers.py::test_formatdef PASSED
23 testing/test_helpers.py::test_varnames_decorator PASSED
24 testing/test_hookcaller.py::test_adding_nonwrappers PASSED
25 testing/test_hookcaller.py::test_adding_nonwrappers_trylast PASSED
26 testing/test_hookcaller.py::test_adding_nonwrappers_trylast3 PASSED
27 testing/test_hookcaller.py::test_adding_nonwrappers_trylast2 PASSED
28 testing/test_hookcaller.py::test_adding_nonwrappers_tryfirst PASSED
29 testing/test_hookcaller.py::test_adding_wrappers_ordering PASSED
30 testing/test_hookcaller.py::test_adding_wrappers_ordering_tryfirst PASSED
31 testing/test_hookcaller.py::test_adding_wrappers_complex PASSED
32 testing/test_hookcaller.py::test_hookspec PASSED
33 testing/test_hookcaller.py::test_hookimpl[True-hookwrapper] PASSED
34 testing/test_hookcaller.py::test_hookimpl[True-optionalhook] PASSED
35 testing/test_hookcaller.py::test_hookimpl[True-tryfirst] PASSED
36 testing/test_hookcaller.py::test_hookimpl[True-trylast] PASSED
37 testing/test_hookcaller.py::test_hookimpl[False-hookwrapper] PASSED
38 testing/test_hookcaller.py::test_hookimpl[False-optionalhook] PASSED
39 testing/test_hookcaller.py::test_hookimpl[False-tryfirst] PASSED
40 testing/test_hookcaller.py::test_hookimpl[False-trylast] PASSED
41 testing/test_hookcaller.py::test_hookrelay_registry PASSED
42 testing/test_hookcaller.py::test_hookrelay_registration_by_specname PASSED
43 testing/test_hookcaller.py::test_hookrelay_registration_by_specname_raises PASSED
44 testing/test_hookcaller.py::test_hook_conflict PASSED
45 testing/test_hookcaller.py::test_call_extra_hook_order PASSED
46 testing/test_invocations.py::test_argmismatch PASSED
47 testing/test_invocations.py::test_only_kwargs PASSED
48 testing/test_invocations.py::test_opt_in_args PASSED
49 testing/test_invocations.py::test_call_order PASSED
50 testing/test_invocations.py::test_firstresult_definition PASSED
51 testing/test_invocations.py::test_firstresult_force_result_hookwrapper PASSED
52 testing/test_invocations.py::test_firstresult_force_result PASSED
53 testing/test_invocations.py::test_firstresult_returns_none PASSED
54 testing/test_invocations.py::test_firstresult_no_plugin PASSED
55 testing/test_invocations.py::test_no_hookspec PASSED
56 testing/test_invocations.py::test_non_wrapper_generator PASSED
57 testing/test_multicall.py::test_keyword_args PASSED
58 testing/test_multicall.py::test_keyword_args_with_defaultargs PASSED
59 testing/test_multicall.py::test_tags_call_error PASSED
60 testing/test_multicall.py::test_call_none_is_no_result PASSED
61 testing/test_multicall.py::test_hookwrapper PASSED
62 testing/test_multicall.py::test_hookwrapper_two_yields PASSED
63 testing/test_multicall.py::test_wrapper PASSED
64 testing/test_multicall.py::test_wrapper_two_yields PASSED
65 testing/test_multicall.py::test_hookwrapper_order PASSED
66 testing/test_multicall.py::test_hookwrapper_not_yield PASSED
67 testing/test_multicall.py::test_hookwrapper_yield_not_executed PASSED
68 testing/test_multicall.py::test_hookwrapper_too_many_yield PASSED
69 testing/test_multicall.py::test_wrapper_yield_not_executed PASSED
70 testing/test_multicall.py::test_wrapper_too_many_yield PASSED
71 testing/test_multicall.py::test_hookwrapper_exception[ValueError] PASSED
72 testing/test_multicall.py::test_hookwrapper_exception[SystemExit] PASSED
73 testing/test_multicall.py::test_hookwrapper_force_exception PASSED
74 testing/test_multicall.py::test_wrapper_exception[ValueError] PASSED
75 testing/test_multicall.py::test_wrapper_exception[SystemExit] PASSED
76 testing/test_multicall.py::test_wrapper_exception_chaining PASSED
77 testing/test_multicall.py::test_unwind_inner_wrapper_teardown_exc PASSED
78 testing/test_multicall.py::test_suppress_inner_wrapper_teardown_exc PASSED
79 testing/test_pluginmanager.py::test_plugin_double_register PASSED
80 testing/test_pluginmanager.py::test_pm PASSED
81 testing/test_pluginmanager.py::test_has_plugin PASSED
82 testing/test_pluginmanager.py::test_register_dynamic_attr[spec-is-class] PASSED
83 testing/test_pluginmanager.py::test_register_dynamic_attr[spec-is-instance] PASSED
84 testing/test_pluginmanager.py::test_pm_name PASSED
85 testing/test_pluginmanager.py::test_set_blocked PASSED
86 testing/test_pluginmanager.py::test_register_mismatch_method[spec-is-class] PASSED
87 testing/test_pluginmanager.py::test_register_mismatch_method[spec-is-instance] PASSED
88 testing/test_pluginmanager.py::test_register_mismatch_arg[spec-is-class] PASSED
89 testing/test_pluginmanager.py::test_register_mismatch_arg[spec-is-instance] PASSED
90 testing/test_pluginmanager.py::test_register_hookwrapper_not_a_generator_function[spec-is-class] PASSED
91 testing/test_pluginmanager.py::test_register_hookwrapper_not_a_generator_function[spec-is-instance] PASSED
92 testing/test_pluginmanager.py::test_register_both_wrapper_and_hookwrapper[spec-is-class] PASSED
93 testing/test_pluginmanager.py::test_register_both_wrapper_and_hookwrapper[spec-is-instance] PASSED
94 testing/test_pluginmanager.py::test_register PASSED
95 testing/test_pluginmanager.py::test_register_unknown_hooks PASSED
96 testing/test_pluginmanager.py::test_register_historic PASSED
97 testing/test_pluginmanager.py::test_historic_with_subset_hook_caller PASSED
98 testing/test_pluginmanager.py::test_with_result_memorized[True] PASSED
99 testing/test_pluginmanager.py::test_with_result_memorized[False] PASSED
100 testing/test_pluginmanager.py::test_with_callbacks_immediately_executed PASSED
101 testing/test_pluginmanager.py::test_register_historic_incompat_hookwrapper PASSED
102 testing/test_pluginmanager.py::test_register_historic_incompat_wrapper PASSED
103 testing/test_pluginmanager.py::test_call_extra PASSED
104 testing/test_pluginmanager.py::test_call_with_too_few_args PASSED
105 testing/test_pluginmanager.py::test_subset_hook_caller PASSED
106 testing/test_pluginmanager.py::test_get_hookimpls PASSED
107 testing/test_pluginmanager.py::test_get_hookcallers PASSED
108 testing/test_pluginmanager.py::test_add_hookspecs_nohooks PASSED
109 testing/test_pluginmanager.py::test_load_setuptools_instantiation PASSED
110 testing/test_pluginmanager.py::test_add_tracefuncs[spec-is-class] PASSED
111 testing/test_pluginmanager.py::test_add_tracefuncs[spec-is-instance] PASSED
112 testing/test_pluginmanager.py::test_hook_tracing[spec-is-class] PASSED
113 testing/test_pluginmanager.py::test_hook_tracing[spec-is-instance] PASSED
114 testing/test_pluginmanager.py::test_register_while_calling[False] PASSED
115 testing/test_pluginmanager.py::test_register_while_calling[True] PASSED
116 testing/test_tracer.py::test_simple PASSED
117 testing/test_tracer.py::test_indent PASSED
118 testing/test_tracer.py::test_readable_output_dictargs PASSED
119 testing/test_tracer.py::test_setprocessor PASSED
120 testing/test_warnings.py::test_teardown_raised_warning PASSED
122 ======== 109 passed ========
123   py$(PYV): OK
124   congratulations :)