perl/Module-Build-Tiny: update to 0.051 for Perl 5.36 and 5.38
[oi-userland.git] / components / python / zope.location / test / results-all.master
blob12f4cb9a9bb61227df3d14ab77d35f2afc3539a4
1 ROOT: tox-gh-actions won't override envlist because tox is not running in GitHub Actions
2 py$(PYV): remove tox env folder $(@D)/.tox/py$(PYV)
3 py$(PYV): commands[0]> python -m zope.testrunner --test-path=src -vv
4 Running tests at level 1
5 Running zope.testrunner.layer.UnitTests tests:
6   Set up zope.testrunner.layer.UnitTests.
7   Running:
8  test_it (zope.location.tests.test_configure.Test_ZCML_loads)
9  test_fetched_from_class (zope.location.tests.test_location.ClassAndInstanceDescrTests)
10  test_fetched_from_instance (zope.location.tests.test_location.ClassAndInstanceDescrTests)
11  test___doc___from_derived_class (zope.location.tests.test_location.LocationProxyTests)
12  test___doc___from_target_class (zope.location.tests.test_location.LocationProxyTests)
13  test___doc___from_target_instance (zope.location.tests.test_location.LocationProxyTests)
14  test___getattribute___wrapped (zope.location.tests.test_location.LocationProxyTests)
15  test___reduce__ (zope.location.tests.test_location.LocationProxyTests)
16  test___reduce___via_pickling (zope.location.tests.test_location.LocationProxyTests)
17  test___reduce_ex__ (zope.location.tests.test_location.LocationProxyTests)
18  test___setattr___wrapped (zope.location.tests.test_location.LocationProxyTests)
19  test__providedBy___class (zope.location.tests.test_location.LocationProxyTests)
20  test__providedBy___instance (zope.location.tests.test_location.LocationProxyTests)
21  test_class_conforms_to_ILocation (zope.location.tests.test_location.LocationProxyTests)
22  test_ctor_defaults (zope.location.tests.test_location.LocationProxyTests)
23  test_ctor_explicit (zope.location.tests.test_location.LocationProxyTests)
24  test_instance_conforms_to_ILocation (zope.location.tests.test_location.LocationProxyTests)
25  test___doc___from_derived_class (zope.location.tests.test_location.LocationPyProxyTests)
26  test___doc___from_target_class (zope.location.tests.test_location.LocationPyProxyTests)
27  test___doc___from_target_instance (zope.location.tests.test_location.LocationPyProxyTests)
28  test___getattribute___wrapped (zope.location.tests.test_location.LocationPyProxyTests)
29  test___reduce__ (zope.location.tests.test_location.LocationPyProxyTests)
30  test___reduce___via_pickling (zope.location.tests.test_location.LocationPyProxyTests)
31  test___reduce_ex__ (zope.location.tests.test_location.LocationPyProxyTests)
32  test___setattr___wrapped (zope.location.tests.test_location.LocationPyProxyTests)
33  test__providedBy___class (zope.location.tests.test_location.LocationPyProxyTests)
34  test__providedBy___instance (zope.location.tests.test_location.LocationPyProxyTests)
35  test_class_conforms_to_ILocation (zope.location.tests.test_location.LocationPyProxyTests)
36  test_ctor_defaults (zope.location.tests.test_location.LocationPyProxyTests)
37  test_ctor_explicit (zope.location.tests.test_location.LocationPyProxyTests)
38  test_instance_conforms_to_ILocation (zope.location.tests.test_location.LocationPyProxyTests)
39  test_class_conforms_to_ILocation (zope.location.tests.test_location.LocationTests)
40  test_ctor (zope.location.tests.test_location.LocationTests)
41  test_instance_conforms_to_ILocation (zope.location.tests.test_location.LocationTests)
42  test_w_None (zope.location.tests.test_location.Test_LocationIterator)
43  test_w_isolated_location_object (zope.location.tests.test_location.Test_LocationIterator)
44  test_w_nested_location_object (zope.location.tests.test_location.Test_LocationIterator)
45  test_w_non_location_object (zope.location.tests.test_location.Test_LocationIterator)
46  test_w_isolated_location_objects (zope.location.tests.test_location.Test_inside)
47  test_w_nested_location_object (zope.location.tests.test_location.Test_inside)
48  test_w_non_location_objects (zope.location.tests.test_location.Test_inside)
49  test_w_name (zope.location.tests.test_location.Test_locate)
50  test_wo_name (zope.location.tests.test_location.Test_locate)
51  test_w_name_adaptable_to_ILocation (zope.location.tests.test_location.Test_located)
52  test_wo_name_not_adaptable_to_ILocation (zope.location.tests.test_location.Test_located)
53  test_wo_name_obj_implements_ILocation (zope.location.tests.test_location.Test_located)
54  test___call___w_context_inside_toplevel (zope.location.tests.test_pickling.LocationCopyHookTests)
55  test___call___w_context_outside_toplevel (zope.location.tests.test_pickling.LocationCopyHookTests)
56  test_class_conforms_to_ICopyHook (zope.location.tests.test_pickling.LocationCopyHookTests)
57  test_instance_conforms_to_ICopyHook (zope.location.tests.test_pickling.LocationCopyHookTests)
58  test_class_conforms_to_ILocationInfo (zope.location.tests.test_traversing.LocationPhysicallyLocatableTests)
59  test_getName_location (zope.location.tests.test_traversing.LocationPhysicallyLocatableTests)
60  test_getName_location_w_name (zope.location.tests.test_traversing.LocationPhysicallyLocatableTests)
61  test_getName_not_location_aware (zope.location.tests.test_traversing.LocationPhysicallyLocatableTests)
62  test_getNearestSite_ancestor_is_site (zope.location.tests.test_traversing.LocationPhysicallyLocatableTests)
63  test_getNearestSite_context_is_site (zope.location.tests.test_traversing.LocationPhysicallyLocatableTests)
64  test_getNearestSite_no_site (zope.location.tests.test_traversing.LocationPhysicallyLocatableTests)
65  test_getParent_at_root (zope.location.tests.test_traversing.LocationPhysicallyLocatableTests)
66  test_getParent_location_but_no_IRoot (zope.location.tests.test_traversing.LocationPhysicallyLocatableTests)
67  test_getParent_not_location_aware (zope.location.tests.test_traversing.LocationPhysicallyLocatableTests)
68  test_getParent_wo_cycle (zope.location.tests.test_traversing.LocationPhysicallyLocatableTests)
69  test_getParents_at_root (zope.location.tests.test_traversing.LocationPhysicallyLocatableTests)
70  test_getParents_location_but_no_IRoot (zope.location.tests.test_traversing.LocationPhysicallyLocatableTests)
71  test_getParents_not_location_aware (zope.location.tests.test_traversing.LocationPhysicallyLocatableTests)
72  test_getParents_wo_cycle (zope.location.tests.test_traversing.LocationPhysicallyLocatableTests)
73  test_getPath_at_root (zope.location.tests.test_traversing.LocationPhysicallyLocatableTests)
74  test_getPath_location_but_no_IRoot (zope.location.tests.test_traversing.LocationPhysicallyLocatableTests)
75  test_getPath_not_location_aware (zope.location.tests.test_traversing.LocationPhysicallyLocatableTests)
76  test_getPath_w_cycle (zope.location.tests.test_traversing.LocationPhysicallyLocatableTests)
77  test_getPath_wo_cycle (zope.location.tests.test_traversing.LocationPhysicallyLocatableTests)
78  test_getRoot_location_but_no_IRoot (zope.location.tests.test_traversing.LocationPhysicallyLocatableTests)
79  test_getRoot_not_location_aware (zope.location.tests.test_traversing.LocationPhysicallyLocatableTests)
80  test_getRoot_w_cycle (zope.location.tests.test_traversing.LocationPhysicallyLocatableTests)
81  test_getRoot_wo_cycle (zope.location.tests.test_traversing.LocationPhysicallyLocatableTests)
82  test_instance_conforms_to_ILocationInfo (zope.location.tests.test_traversing.LocationPhysicallyLocatableTests)
83  test_class_conforms_to_ILocationInfo (zope.location.tests.test_traversing.RootPhysicallyLocatableTests)
84  test_getName (zope.location.tests.test_traversing.RootPhysicallyLocatableTests)
85  test_getNearestSite (zope.location.tests.test_traversing.RootPhysicallyLocatableTests)
86  test_getParent (zope.location.tests.test_traversing.RootPhysicallyLocatableTests)
87  test_getParents (zope.location.tests.test_traversing.RootPhysicallyLocatableTests)
88  test_getPath (zope.location.tests.test_traversing.RootPhysicallyLocatableTests)
89  test_getRoot (zope.location.tests.test_traversing.RootPhysicallyLocatableTests)
90  test_instance_conforms_to_ILocationInfo (zope.location.tests.test_traversing.RootPhysicallyLocatableTests)
91   Ran 83 tests with 0 failures, 0 errors and 0 skipped.
92 Tearing down left over layers:
93   Tear down zope.testrunner.layer.UnitTests.
94 py$(PYV): commands[1]> python -m sphinx.cmd.build -b doctest -d $(@D)/.tox/py$(PYV)/.cache/doctrees docs $(@D)/.tox/py$(PYV)/.cache/doctest
95 Running Sphinx v7.1.2
96 making output directory... done
97 WARNING: html_static_path entry '_static' does not exist
98 building [mo]: targets for 0 po files that are out of date
99 writing output... 
100 building [doctest]: targets for 4 source files that are out of date
101 updating environment: [new config] 4 added, 0 changed, 0 removed
102 \e[2Kreading sources... [ 25%] api\r\e[2Kreading sources... [ 50%] hacking\r\e[2Kreading sources... [ 75%] index\r\e[2Kreading sources... [100%] narr\r
103 looking for now-outdated files... none found
104 pickling environment... done
105 checking consistency... done
106 running tests...
108 Document: api
109 -------------
110 1 items passed all tests:
111  111 tests in default
112 111 tests in 1 items.
113 111 passed and 0 failed.
114 Test passed.
116 Document: narr
117 --------------
118 1 items passed all tests:
119   76 tests in default
120 76 tests in 1 items.
121 76 passed and 0 failed.
122 Test passed.
124 Doctest summary
125 ===============
126   187 tests
127     0 failures in tests
128     0 failures in setup code
129     0 failures in cleanup code
130 build succeeded, 1 warning.
132 Testing of doctests in the sources finished, look at the results in .tox/py$(PYV)/.cache/doctest/output.txt.
133   py$(PYV): OK
134   congratulations :)