Marcel Telka
2023-08-14 4b698389db89c5c366dc560385d00f5001294515
python/zope.proxy: add test results

1 files added
259 ■■■■■ changed files
components/python/zope.proxy/test/results-all.master 259 ●●●●● patch | view | raw | blame | history
components/python/zope.proxy/test/results-all.master
New file
@@ -0,0 +1,259 @@
ROOT: tox-gh-actions won't override envlist because tox is not running in GitHub Actions
py$(PYV): remove tox env folder $(@D)/.tox/py$(PYV)
py$(PYV): commands[0]> python -m zope.testrunner --test-path=src -vv
Running tests at level 1
Running zope.testrunner.layer.UnitTests tests:
  Set up zope.testrunner.layer.UnitTests.
  Running:
 test_no_fast_math_optimization (zope.proxy.tests.test_compile_flags.TestFloatingPoint)
 test___get___w_class (zope.proxy.tests.test_decorator.DecoratorSpecificationDescriptorTests)
 test___get___w_inst_no_proxy (zope.proxy.tests.test_decorator.DecoratorSpecificationDescriptorTests)
 test___get___w_inst_w_derived_proxy (zope.proxy.tests.test_decorator.DecoratorSpecificationDescriptorTests)
 test___get___w_inst_w_proxy (zope.proxy.tests.test_decorator.DecoratorSpecificationDescriptorTests)
 test___set___not_allowed (zope.proxy.tests.test_decorator.DecoratorSpecificationDescriptorTests)
 test_proxy_that_provides_interface_as_well_as_wrapped (zope.proxy.tests.test_decorator.SpecificationDecoratorBaseTests)
 test_wrapped_instance (zope.proxy.tests.test_decorator.SpecificationDecoratorBaseTests)
 test_module_conforms_to_IProxyIntrospection (zope.proxy.tests.test_proxy.ModuleConformanceCase)
 test___bool__ (zope.proxy.tests.test_proxy.ProxyBaseTestCase) (skipped)
 test___call__ (zope.proxy.tests.test_proxy.ProxyBaseTestCase) (skipped)
 test___class__ (zope.proxy.tests.test_proxy.ProxyBaseTestCase) (skipped)
 test___contains__ (zope.proxy.tests.test_proxy.ProxyBaseTestCase) (skipped)
 test___delattr___wrapped (zope.proxy.tests.test_proxy.ProxyBaseTestCase) (skipped)
 test___delattr__delegates_to_wrapped (zope.proxy.tests.test_proxy.ProxyBaseTestCase) (skipped)
 test___eq___and___ne__ (zope.proxy.tests.test_proxy.ProxyBaseTestCase) (skipped)
 test___getattr__delegates_to_wrapped (zope.proxy.tests.test_proxy.ProxyBaseTestCase) (skipped)
 test___getattr__delegates_to_wrapped_when_conflict (zope.proxy.tests.test_proxy.ProxyBaseTestCase) (skipped)
 test___getattr__miss_both (zope.proxy.tests.test_proxy.ProxyBaseTestCase) (skipped)
 test___getitem_____setitem_____delitem__ (zope.proxy.tests.test_proxy.ProxyBaseTestCase) (skipped)
 test___getitem__w_slice_against_class_w_custom___getslice__ (zope.proxy.tests.test_proxy.ProxyBaseTestCase) (skipped)
 test___getitem__w_slice_against_derived_list (zope.proxy.tests.test_proxy.ProxyBaseTestCase) (skipped)
 test___getitem__w_slice_against_list (zope.proxy.tests.test_proxy.ProxyBaseTestCase) (skipped)
 test___getitem__w_slice_against_tuple (zope.proxy.tests.test_proxy.ProxyBaseTestCase) (skipped)
 test___getslice___dne_uses_getitem (zope.proxy.tests.test_proxy.ProxyBaseTestCase) (skipped)
 test___getslice___error_propagates (zope.proxy.tests.test_proxy.ProxyBaseTestCase) (skipped)
 test___gt___and___ge__ (zope.proxy.tests.test_proxy.ProxyBaseTestCase) (skipped)
 test___hash__ (zope.proxy.tests.test_proxy.ProxyBaseTestCase) (skipped)
 test___index__ (zope.proxy.tests.test_proxy.ProxyBaseTestCase) (skipped)
 test___iter___next_when_returned_by_iterable (zope.proxy.tests.test_proxy.ProxyBaseTestCase) (skipped)
 test___iter___returns_self_if_defined (zope.proxy.tests.test_proxy.ProxyBaseTestCase) (skipped)
 test___iter___w_wrapped_iterable (zope.proxy.tests.test_proxy.ProxyBaseTestCase) (skipped)
 test___iter___w_wrapped_iterator (zope.proxy.tests.test_proxy.ProxyBaseTestCase) (skipped)
 test___len__ (zope.proxy.tests.test_proxy.ProxyBaseTestCase) (skipped)
 test___lt___and___le__ (zope.proxy.tests.test_proxy.ProxyBaseTestCase) (skipped)
 test___repr__ (zope.proxy.tests.test_proxy.ProxyBaseTestCase) (skipped)
 test___setattr__delegates_to_wrapped (zope.proxy.tests.test_proxy.ProxyBaseTestCase) (skipped)
 test___setattr__sets_proxy_property (zope.proxy.tests.test_proxy.ProxyBaseTestCase) (skipped)
 test___setslice___against_derived_list (zope.proxy.tests.test_proxy.ProxyBaseTestCase) (skipped)
 test___setslice___against_list (zope.proxy.tests.test_proxy.ProxyBaseTestCase) (skipped)
 test___setslice___dne_uses_setitem (zope.proxy.tests.test_proxy.ProxyBaseTestCase) (skipped)
 test___setslice___error_propagates (zope.proxy.tests.test_proxy.ProxyBaseTestCase) (skipped)
 test___str__ (zope.proxy.tests.test_proxy.ProxyBaseTestCase) (skipped)
 test__reduce__raises (zope.proxy.tests.test_proxy.ProxyBaseTestCase) (skipped)
 test__reduce_ex__raises (zope.proxy.tests.test_proxy.ProxyBaseTestCase) (skipped)
 test_binops (zope.proxy.tests.test_proxy.ProxyBaseTestCase) (skipped)
 test_constructor (zope.proxy.tests.test_proxy.ProxyBaseTestCase) (skipped)
 test_custom_float_to_float (zope.proxy.tests.test_proxy.ProxyBaseTestCase) (skipped)
 test_custom_int_to_int (zope.proxy.tests.test_proxy.ProxyBaseTestCase) (skipped)
 test_descriptor__get___set___in_proxy_subclass (zope.proxy.tests.test_proxy.ProxyBaseTestCase) (skipped)
 test_descriptor__set___only_in_proxy_subclass (zope.proxy.tests.test_proxy.ProxyBaseTestCase) (skipped)
 test_incorrect_string_to_float (zope.proxy.tests.test_proxy.ProxyBaseTestCase) (skipped)
 test_incorrect_string_to_int (zope.proxy.tests.test_proxy.ProxyBaseTestCase) (skipped)
 test_inplace (zope.proxy.tests.test_proxy.ProxyBaseTestCase) (skipped)
 test_method_in_proxy_subclass (zope.proxy.tests.test_proxy.ProxyBaseTestCase) (skipped)
 test_non_descriptor_in_proxy_subclass__dict__ (zope.proxy.tests.test_proxy.ProxyBaseTestCase) (skipped)
 test_odd_unops (zope.proxy.tests.test_proxy.ProxyBaseTestCase) (skipped)
 test_pow_w_modulus (zope.proxy.tests.test_proxy.ProxyBaseTestCase) (skipped)
 test_string_to_float (zope.proxy.tests.test_proxy.ProxyBaseTestCase) (skipped)
 test_string_to_int (zope.proxy.tests.test_proxy.ProxyBaseTestCase) (skipped)
 test_subclass_constructor (zope.proxy.tests.test_proxy.ProxyBaseTestCase) (skipped)
 test_unops (zope.proxy.tests.test_proxy.ProxyBaseTestCase) (skipped)
 test_wrapping_builtin_type_returns_correct_provided_by (zope.proxy.tests.test_proxy.ProxyBaseTestCase) (skipped)
 test_wrapping_builtin_with_subclass_returns_correct_provided_by (zope.proxy.tests.test_proxy.ProxyBaseTestCase) (skipped)
 test___bool__ (zope.proxy.tests.test_proxy.PyProxyBaseTestCase)
 test___call__ (zope.proxy.tests.test_proxy.PyProxyBaseTestCase)
 test___class__ (zope.proxy.tests.test_proxy.PyProxyBaseTestCase)
 test___contains__ (zope.proxy.tests.test_proxy.PyProxyBaseTestCase)
 test___delattr___wrapped (zope.proxy.tests.test_proxy.PyProxyBaseTestCase)
 test___delattr__delegates_to_wrapped (zope.proxy.tests.test_proxy.PyProxyBaseTestCase)
 test___eq___and___ne__ (zope.proxy.tests.test_proxy.PyProxyBaseTestCase)
 test___getattr__delegates_to_wrapped (zope.proxy.tests.test_proxy.PyProxyBaseTestCase)
 test___getattr__delegates_to_wrapped_when_conflict (zope.proxy.tests.test_proxy.PyProxyBaseTestCase)
 test___getattr__miss_both (zope.proxy.tests.test_proxy.PyProxyBaseTestCase)
 test___getitem_____setitem_____delitem__ (zope.proxy.tests.test_proxy.PyProxyBaseTestCase)
 test___getitem__w_slice_against_class_w_custom___getslice__ (zope.proxy.tests.test_proxy.PyProxyBaseTestCase)
 test___getitem__w_slice_against_derived_list (zope.proxy.tests.test_proxy.PyProxyBaseTestCase)
 test___getitem__w_slice_against_list (zope.proxy.tests.test_proxy.PyProxyBaseTestCase)
 test___getitem__w_slice_against_tuple (zope.proxy.tests.test_proxy.PyProxyBaseTestCase)
 test___getslice___dne_uses_getitem (zope.proxy.tests.test_proxy.PyProxyBaseTestCase)
 test___getslice___error_propagates (zope.proxy.tests.test_proxy.PyProxyBaseTestCase)
 test___gt___and___ge__ (zope.proxy.tests.test_proxy.PyProxyBaseTestCase)
 test___hash__ (zope.proxy.tests.test_proxy.PyProxyBaseTestCase)
 test___index__ (zope.proxy.tests.test_proxy.PyProxyBaseTestCase)
 test___iter___next_when_returned_by_iterable (zope.proxy.tests.test_proxy.PyProxyBaseTestCase)
 test___iter___returns_self_if_defined (zope.proxy.tests.test_proxy.PyProxyBaseTestCase)
 test___iter___w_wrapped_iterable (zope.proxy.tests.test_proxy.PyProxyBaseTestCase)
 test___iter___w_wrapped_iterator (zope.proxy.tests.test_proxy.PyProxyBaseTestCase)
 test___len__ (zope.proxy.tests.test_proxy.PyProxyBaseTestCase)
 test___lt___and___le__ (zope.proxy.tests.test_proxy.PyProxyBaseTestCase)
 test___repr__ (zope.proxy.tests.test_proxy.PyProxyBaseTestCase)
 test___setattr__delegates_to_wrapped (zope.proxy.tests.test_proxy.PyProxyBaseTestCase)
 test___setattr__sets_proxy_property (zope.proxy.tests.test_proxy.PyProxyBaseTestCase)
 test___setslice___against_derived_list (zope.proxy.tests.test_proxy.PyProxyBaseTestCase)
 test___setslice___against_list (zope.proxy.tests.test_proxy.PyProxyBaseTestCase)
 test___setslice___dne_uses_setitem (zope.proxy.tests.test_proxy.PyProxyBaseTestCase)
 test___setslice___error_propagates (zope.proxy.tests.test_proxy.PyProxyBaseTestCase)
 test___str__ (zope.proxy.tests.test_proxy.PyProxyBaseTestCase)
 test__reduce__raises (zope.proxy.tests.test_proxy.PyProxyBaseTestCase)
 test__reduce_ex__raises (zope.proxy.tests.test_proxy.PyProxyBaseTestCase)
 test_binops (zope.proxy.tests.test_proxy.PyProxyBaseTestCase)
 test_constructor (zope.proxy.tests.test_proxy.PyProxyBaseTestCase)
 test_custom_float_to_float (zope.proxy.tests.test_proxy.PyProxyBaseTestCase)
 test_custom_int_to_int (zope.proxy.tests.test_proxy.PyProxyBaseTestCase)
 test_descriptor__get___set___in_proxy_subclass (zope.proxy.tests.test_proxy.PyProxyBaseTestCase)
 test_descriptor__set___only_in_proxy_subclass (zope.proxy.tests.test_proxy.PyProxyBaseTestCase)
 test_incorrect_string_to_float (zope.proxy.tests.test_proxy.PyProxyBaseTestCase)
 test_incorrect_string_to_int (zope.proxy.tests.test_proxy.PyProxyBaseTestCase)
 test_inplace (zope.proxy.tests.test_proxy.PyProxyBaseTestCase)
 test_method_in_proxy_subclass (zope.proxy.tests.test_proxy.PyProxyBaseTestCase)
 test_non_descriptor_in_proxy_subclass__dict__ (zope.proxy.tests.test_proxy.PyProxyBaseTestCase)
 test_odd_unops (zope.proxy.tests.test_proxy.PyProxyBaseTestCase)
 test_pow_w_modulus (zope.proxy.tests.test_proxy.PyProxyBaseTestCase)
 test_string_to_float (zope.proxy.tests.test_proxy.PyProxyBaseTestCase)
 test_string_to_int (zope.proxy.tests.test_proxy.PyProxyBaseTestCase)
 test_subclass_constructor (zope.proxy.tests.test_proxy.PyProxyBaseTestCase)
 test_unops (zope.proxy.tests.test_proxy.PyProxyBaseTestCase)
 test_wrapping_builtin_type_returns_correct_provided_by (zope.proxy.tests.test_proxy.PyProxyBaseTestCase)
 test_wrapping_builtin_with_subclass_returns_correct_provided_by (zope.proxy.tests.test_proxy.PyProxyBaseTestCase)
 test_delete (zope.proxy.tests.test_proxy.TestEmptyInterfaceDescriptor)
 test_iter (zope.proxy.tests.test_proxy.TestEmptyInterfaceDescriptor)
 test_set (zope.proxy.tests.test_proxy.TestEmptyInterfaceDescriptor)
 test_no_proxy (zope.proxy.tests.test_proxy.Test_ProxyIterator)
 test_w_nested_proxies (zope.proxy.tests.test_proxy.Test_ProxyIterator)
 test_w_simple_proxy (zope.proxy.tests.test_proxy.Test_ProxyIterator)
 test__module__in_class (zope.proxy.tests.test_proxy.Test__module)
 test__module__in_class_instance (zope.proxy.tests.test_proxy.Test__module)
 test__module__in_instance (zope.proxy.tests.test_proxy.Test__module)
 test__module_in_eq_transitive (zope.proxy.tests.test_proxy.Test__module)
 test_nested_proxy (zope.proxy.tests.test_proxy.Test_getProxiedObject)
 test_no_proxy (zope.proxy.tests.test_proxy.Test_getProxiedObject)
 test_simple_proxy (zope.proxy.tests.test_proxy.Test_getProxiedObject)
 test_bare_instance (zope.proxy.tests.test_proxy.Test_isProxy)
 test_proxy_no_class (zope.proxy.tests.test_proxy.Test_isProxy)
 test_proxy_w_other_class (zope.proxy.tests.test_proxy.Test_isProxy)
 test_proxy_w_same_class (zope.proxy.tests.test_proxy.Test_isProxy)
 test_it (zope.proxy.tests.test_proxy.Test_nonOverridable)
 test__module__in_class (zope.proxy.tests.test_proxy.Test_py__module)
 test__module__in_class_instance (zope.proxy.tests.test_proxy.Test_py__module)
 test__module__in_instance (zope.proxy.tests.test_proxy.Test_py__module)
 test__module_in_eq_transitive (zope.proxy.tests.test_proxy.Test_py__module)
 test_nested_proxy (zope.proxy.tests.test_proxy.Test_py_getProxiedObject)
 test_no_proxy (zope.proxy.tests.test_proxy.Test_py_getProxiedObject)
 test_simple_proxy (zope.proxy.tests.test_proxy.Test_py_getProxiedObject)
 test_bare_instance (zope.proxy.tests.test_proxy.Test_py_isProxy)
 test_proxy_no_class (zope.proxy.tests.test_proxy.Test_py_isProxy)
 test_proxy_w_other_class (zope.proxy.tests.test_proxy.Test_py_isProxy)
 test_proxy_w_same_class (zope.proxy.tests.test_proxy.Test_py_isProxy)
 test_bare_instance (zope.proxy.tests.test_proxy.Test_py_queryInnerProxy)
 test_nested_proxy (zope.proxy.tests.test_proxy.Test_py_queryInnerProxy)
 test_proxy_no_class (zope.proxy.tests.test_proxy.Test_py_queryInnerProxy)
 test_proxy_w_same_class (zope.proxy.tests.test_proxy.Test_py_queryInnerProxy)
 test_re_nested_proxy (zope.proxy.tests.test_proxy.Test_py_queryInnerProxy)
 test_bare_instance (zope.proxy.tests.test_proxy.Test_py_queryProxy)
 test_proxy_no_class (zope.proxy.tests.test_proxy.Test_py_queryProxy)
 test_proxy_w_base_class (zope.proxy.tests.test_proxy.Test_py_queryProxy)
 test_proxy_w_other_class (zope.proxy.tests.test_proxy.Test_py_queryProxy)
 test_proxy_w_same_class (zope.proxy.tests.test_proxy.Test_py_queryProxy)
 test_nested_proxy (zope.proxy.tests.test_proxy.Test_py_removeAllProxies)
 test_no_proxy (zope.proxy.tests.test_proxy.Test_py_removeAllProxies)
 test_security_proxy (zope.proxy.tests.test_proxy.Test_py_removeAllProxies)
 test_simple_proxy (zope.proxy.tests.test_proxy.Test_py_removeAllProxies)
 test_bare_instance_identical (zope.proxy.tests.test_proxy.Test_py_sameProxiedObjects)
 test_bare_instances_different (zope.proxy.tests.test_proxy.Test_py_sameProxiedObjects)
 test_nested_proxy_and_other_bare (zope.proxy.tests.test_proxy.Test_py_sameProxiedObjects)
 test_nested_proxy_and_same_bare (zope.proxy.tests.test_proxy.Test_py_sameProxiedObjects)
 test_proxies_w_other_bare (zope.proxy.tests.test_proxy.Test_py_sameProxiedObjects)
 test_proxies_w_same_bare (zope.proxy.tests.test_proxy.Test_py_sameProxiedObjects)
 test_proxy_and_other_bare (zope.proxy.tests.test_proxy.Test_py_sameProxiedObjects)
 test_proxy_and_same_bare (zope.proxy.tests.test_proxy.Test_py_sameProxiedObjects)
 test_security_proxy (zope.proxy.tests.test_proxy.Test_py_sameProxiedObjects)
 test_no_proxy (zope.proxy.tests.test_proxy.Test_py_setProxiedObject)
 test_w_nested_proxy (zope.proxy.tests.test_proxy.Test_py_setProxiedObject)
 test_w_proxy (zope.proxy.tests.test_proxy.Test_py_setProxiedObject)
 test__module__in_class (zope.proxy.tests.test_proxy.Test_py_subclass__module)
 test__module__in_class_instance (zope.proxy.tests.test_proxy.Test_py_subclass__module)
 test__module__in_instance (zope.proxy.tests.test_proxy.Test_py_subclass__module)
 test__module_in_eq_transitive (zope.proxy.tests.test_proxy.Test_py_subclass__module)
 test_bare_instance (zope.proxy.tests.test_proxy.Test_queryInnerProxy)
 test_nested_proxy (zope.proxy.tests.test_proxy.Test_queryInnerProxy)
 test_proxy_no_class (zope.proxy.tests.test_proxy.Test_queryInnerProxy)
 test_proxy_w_same_class (zope.proxy.tests.test_proxy.Test_queryInnerProxy)
 test_re_nested_proxy (zope.proxy.tests.test_proxy.Test_queryInnerProxy)
 test_bare_instance (zope.proxy.tests.test_proxy.Test_queryProxy)
 test_proxy_no_class (zope.proxy.tests.test_proxy.Test_queryProxy)
 test_proxy_w_base_class (zope.proxy.tests.test_proxy.Test_queryProxy)
 test_proxy_w_other_class (zope.proxy.tests.test_proxy.Test_queryProxy)
 test_proxy_w_same_class (zope.proxy.tests.test_proxy.Test_queryProxy)
 test_nested_proxy (zope.proxy.tests.test_proxy.Test_removeAllProxies)
 test_no_proxy (zope.proxy.tests.test_proxy.Test_removeAllProxies)
 test_security_proxy (zope.proxy.tests.test_proxy.Test_removeAllProxies)
 test_simple_proxy (zope.proxy.tests.test_proxy.Test_removeAllProxies)
 test_bare_instance_identical (zope.proxy.tests.test_proxy.Test_sameProxiedObjects)
 test_bare_instances_different (zope.proxy.tests.test_proxy.Test_sameProxiedObjects)
 test_nested_proxy_and_other_bare (zope.proxy.tests.test_proxy.Test_sameProxiedObjects)
 test_nested_proxy_and_same_bare (zope.proxy.tests.test_proxy.Test_sameProxiedObjects)
 test_proxies_w_other_bare (zope.proxy.tests.test_proxy.Test_sameProxiedObjects)
 test_proxies_w_same_bare (zope.proxy.tests.test_proxy.Test_sameProxiedObjects)
 test_proxy_and_other_bare (zope.proxy.tests.test_proxy.Test_sameProxiedObjects)
 test_proxy_and_same_bare (zope.proxy.tests.test_proxy.Test_sameProxiedObjects)
 test_security_proxy (zope.proxy.tests.test_proxy.Test_sameProxiedObjects)
 test_no_proxy (zope.proxy.tests.test_proxy.Test_setProxiedObject)
 test_w_nested_proxy (zope.proxy.tests.test_proxy.Test_setProxiedObject)
 test_w_proxy (zope.proxy.tests.test_proxy.Test_setProxiedObject)
 test__module__in_class (zope.proxy.tests.test_proxy.Test_subclass__module)
 test__module__in_class_instance (zope.proxy.tests.test_proxy.Test_subclass__module)
 test__module__in_instance (zope.proxy.tests.test_proxy.Test_subclass__module)
 test__module_in_eq_transitive (zope.proxy.tests.test_proxy.Test_subclass__module)
  Ran 208 tests with 0 failures, 0 errors and 55 skipped.
Tearing down left over layers:
  Tear down zope.testrunner.layer.UnitTests.
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
Running Sphinx v7.1.2
making output directory... done
WARNING: html_static_path entry '_static' does not exist
building [mo]: targets for 0 po files that are out of date
writing output...
building [doctest]: targets for 5 source files that are out of date
updating environment: [new config] 5 added, 0 changed, 0 removed
reading sources... [ 20%] api reading sources... [ 40%] changes reading sources... [ 60%] hacking reading sources... [ 80%] index reading sources... [100%] narr
looking for now-outdated files... none found
pickling environment... done
checking consistency... done
running tests...
Document: api
-------------
1 items passed all tests:
  23 tests in default
23 tests in 1 items.
23 passed and 0 failed.
Test passed.
Document: narr
--------------
1 items passed all tests:
  37 tests in default
37 tests in 1 items.
37 passed and 0 failed.
Test passed.
Doctest summary
===============
   60 tests
    0 failures in tests
    0 failures in setup code
    0 failures in cleanup code
build succeeded, 1 warning.
Testing of doctests in the sources finished, look at the results in .tox/py$(PYV)/.cache/doctest/output.txt.
  py$(PYV): OK
  congratulations :)