============================= test session starts ============================== platform sunos5 -- Python $(PYTHON_VERSION).X -- $(PYTHON) cachedir: .pytest_cache rootdir: $(@D) configfile: pyproject.toml collecting ... collected 341 items test/class_attrs/test_class_attrs.py::test_missing_class_attribute PASSED test/class_attrs/test_class_attrs.py::test_new_class_attribute PASSED test/class_attrs/test_class_attrs.py::test_initial_class_attribute PASSED test/class_attrs/test_class_attrs.py::test_set_class_attribute PASSED test/class_attrs/test_class_attrs.py::test_del_class_attribute PASSED test/class_attrs/test_class_attrs.py::test_missing_instance_attribute PASSED test/class_attrs/test_class_attrs.py::test_new_instance_attribute PASSED test/class_attrs/test_class_attrs.py::test_initial_instance_attribute PASSED test/class_attrs/test_class_attrs.py::test_set_instance_attribute PASSED test/class_attrs/test_class_attrs.py::test_del_instance_attribute PASSED test/class_attrs/test_class_attrs.py::test_attribute_is_instance_attribute PASSED test/class_callables/test_class_callables.py::test_class_callables PASSED test/class_callables/test_class_callables.py::test_instance_callables PASSED test/class_callables/test_class_callables.py::test_slot_call PASSED test/class_callables/test_class_callables.py::test_slot_delitem PASSED test/class_callables/test_class_callables.py::test_slot_eq PASSED test/class_callables/test_class_callables.py::test_slot_getitem PASSED test/class_callables/test_class_callables.py::test_slot_len PASSED test/class_callables/test_class_callables.py::test_slot_neg PASSED test/class_callables/test_class_callables.py::test_slot_setitem PASSED test/class_misc/test_class_misc.py::test_simplewrapper_instantiation PASSED test/class_misc/test_class_misc.py::test_wrapper_instantiation PASSED test/class_misc/test_class_misc.py::test_plain_class_mro PASSED test/class_misc/test_class_misc.py::test_plain_class_isinstance PASSED test/class_misc/test_class_misc.py::test_nested_class_isinstance PASSED test/class_misc/test_class_misc.py::test_py_subclass PASSED test/class_misc/test_class_misc.py::test_simple_plain_class_mro PASSED test/class_misc/test_class_misc.py::test_simple_plain_class_isinstance PASSED test/class_misc/test_class_misc.py::test_simple_py_subclass PASSED test/docstrings/test_docstrings.py::test_module_docstrings PASSED test/embedded_sip_module/test_embedded_sip_module.py::test_wrapped_module_name PASSED test/embedded_sip_module/test_embedded_sip_module.py::test_toplevel_wrapped_types PASSED test/embedded_sip_module/test_embedded_sip_module.py::test_nested_wrapped_types PASSED test/embedded_sip_module/test_embedded_sip_module.py::test_simplewrapper PASSED test/embedded_sip_module/test_embedded_sip_module.py::test_wrapper PASSED test/embedded_sip_module/test_embedded_sip_module.py::test_wrappertype PASSED test/imported_exceptions/test_imported_exceptions.py::test_imported_exceptions PASSED test/imports/test_imports.py::test_namespace_extenders PASSED test/imports/test_imports.py::test_superclasses PASSED test/int_convertors/test_int_convertors.py::test_char_get_lower_valid PASSED test/int_convertors/test_int_convertors.py::test_char_get_upper_valid PASSED test/int_convertors/test_int_convertors.py::test_char_set_lower_valid PASSED test/int_convertors/test_int_convertors.py::test_char_set_upper_valid PASSED test/int_convertors/test_int_convertors.py::test_char_var_lower_valid PASSED test/int_convertors/test_int_convertors.py::test_char_var_upper_valid PASSED test/int_convertors/test_int_convertors.py::test_signed_char_get_lower_valid PASSED test/int_convertors/test_int_convertors.py::test_signed_char_get_upper_valid PASSED test/int_convertors/test_int_convertors.py::test_signed_char_set_lower_valid PASSED test/int_convertors/test_int_convertors.py::test_signed_char_set_upper_valid PASSED test/int_convertors/test_int_convertors.py::test_signed_char_var_lower_valid PASSED test/int_convertors/test_int_convertors.py::test_signed_char_var_upper_valid PASSED test/int_convertors/test_int_convertors.py::test_short_get_lower_valid PASSED test/int_convertors/test_int_convertors.py::test_short_get_upper_valid PASSED test/int_convertors/test_int_convertors.py::test_short_set_lower_valid PASSED test/int_convertors/test_int_convertors.py::test_short_set_upper_valid PASSED test/int_convertors/test_int_convertors.py::test_short_var_lower_valid PASSED test/int_convertors/test_int_convertors.py::test_short_var_upper_valid PASSED test/int_convertors/test_int_convertors.py::test_int_get_lower_valid PASSED test/int_convertors/test_int_convertors.py::test_int_get_upper_valid PASSED test/int_convertors/test_int_convertors.py::test_int_set_lower_valid PASSED test/int_convertors/test_int_convertors.py::test_int_set_upper_valid PASSED test/int_convertors/test_int_convertors.py::test_int_var_lower_valid PASSED test/int_convertors/test_int_convertors.py::test_int_var_upper_valid PASSED test/int_convertors/test_int_convertors.py::test_long_get_lower_valid PASSED test/int_convertors/test_int_convertors.py::test_long_get_upper_valid PASSED test/int_convertors/test_int_convertors.py::test_long_set_lower_valid PASSED test/int_convertors/test_int_convertors.py::test_long_set_upper_valid PASSED test/int_convertors/test_int_convertors.py::test_long_var_lower_valid PASSED test/int_convertors/test_int_convertors.py::test_long_var_upper_valid PASSED test/int_convertors/test_int_convertors.py::test_long_long_get_lower_valid PASSED test/int_convertors/test_int_convertors.py::test_long_long_get_upper_valid PASSED test/int_convertors/test_int_convertors.py::test_long_long_set_lower_valid PASSED test/int_convertors/test_int_convertors.py::test_long_long_set_upper_valid PASSED test/int_convertors/test_int_convertors.py::test_long_long_var_lower_valid PASSED test/int_convertors/test_int_convertors.py::test_long_long_var_upper_valid PASSED test/int_convertors/test_int_convertors.py::test_unsigned_char_get_upper_valid PASSED test/int_convertors/test_int_convertors.py::test_unsigned_char_set_upper_valid PASSED test/int_convertors/test_int_convertors.py::test_unsigned_char_var_upper_valid PASSED test/int_convertors/test_int_convertors.py::test_unsigned_short_get_upper_valid PASSED test/int_convertors/test_int_convertors.py::test_unsigned_short_set_upper_valid PASSED test/int_convertors/test_int_convertors.py::test_unsigned_short_var_upper_valid PASSED test/int_convertors/test_int_convertors.py::test_unsigned_int_get_upper_valid PASSED test/int_convertors/test_int_convertors.py::test_unsigned_int_set_upper_valid PASSED test/int_convertors/test_int_convertors.py::test_unsigned_int_var_upper_valid PASSED test/int_convertors/test_int_convertors.py::test_unsigned_long_get_upper_valid PASSED test/int_convertors/test_int_convertors.py::test_unsigned_long_set_upper_valid PASSED test/int_convertors/test_int_convertors.py::test_unsigned_long_var_upper_valid PASSED test/int_convertors/test_int_convertors.py::test_unsigned_long_long_get_upper_valid PASSED test/int_convertors/test_int_convertors.py::test_unsigned_long_long_set_upper_valid PASSED test/int_convertors/test_int_convertors.py::test_unsigned_long_long_var_upper_valid PASSED test/int_convertors/test_int_convertors.py::test_bool_get_invalid PASSED test/int_convertors/test_int_convertors.py::test_bool_set_invalid PASSED test/int_convertors/test_int_convertors.py::test_bool_var_invalid PASSED test/int_convertors/test_int_convertors.py::test_char_get_invalid PASSED test/int_convertors/test_int_convertors.py::test_char_set_invalid PASSED test/int_convertors/test_int_convertors.py::test_char_var_invalid PASSED test/int_convertors/test_int_convertors.py::test_signed_char_get_invalid PASSED test/int_convertors/test_int_convertors.py::test_signed_char_set_invalid PASSED test/int_convertors/test_int_convertors.py::test_signed_char_var_invalid PASSED test/int_convertors/test_int_convertors.py::test_short_get_invalid PASSED test/int_convertors/test_int_convertors.py::test_short_set_invalid PASSED test/int_convertors/test_int_convertors.py::test_short_var_invalid PASSED test/int_convertors/test_int_convertors.py::test_int_get_invalid PASSED test/int_convertors/test_int_convertors.py::test_int_set_invalid PASSED test/int_convertors/test_int_convertors.py::test_int_var_invalid PASSED test/int_convertors/test_int_convertors.py::test_long_get_invalid PASSED test/int_convertors/test_int_convertors.py::test_long_set_invalid PASSED test/int_convertors/test_int_convertors.py::test_long_var_invalid PASSED test/int_convertors/test_int_convertors.py::test_long_long_get_invalid PASSED test/int_convertors/test_int_convertors.py::test_long_long_set_invalid PASSED test/int_convertors/test_int_convertors.py::test_long_long_var_invalid PASSED test/int_convertors/test_int_convertors.py::test_unsigned_char_get_invalid PASSED test/int_convertors/test_int_convertors.py::test_unsigned_char_set_invalid PASSED test/int_convertors/test_int_convertors.py::test_unsigned_char_var_invalid PASSED test/int_convertors/test_int_convertors.py::test_unsigned_short_get_invalid PASSED test/int_convertors/test_int_convertors.py::test_unsigned_short_set_invalid PASSED test/int_convertors/test_int_convertors.py::test_unsigned_short_var_invalid PASSED test/int_convertors/test_int_convertors.py::test_unsigned_int_get_invalid PASSED test/int_convertors/test_int_convertors.py::test_unsigned_int_set_invalid PASSED test/int_convertors/test_int_convertors.py::test_unsigned_int_var_invalid PASSED test/int_convertors/test_int_convertors.py::test_unsigned_long_get_invalid PASSED test/int_convertors/test_int_convertors.py::test_unsigned_long_set_invalid PASSED test/int_convertors/test_int_convertors.py::test_unsigned_long_var_invalid PASSED test/int_convertors/test_int_convertors.py::test_unsigned_long_long_get_invalid PASSED test/int_convertors/test_int_convertors.py::test_unsigned_long_long_set_invalid PASSED test/int_convertors/test_int_convertors.py::test_unsigned_long_long_var_invalid PASSED test/int_convertors/test_int_convertors.py::test_char_get_lower_overflow PASSED test/int_convertors/test_int_convertors.py::test_char_get_upper_overflow PASSED test/int_convertors/test_int_convertors.py::test_char_set_lower_overflow PASSED test/int_convertors/test_int_convertors.py::test_char_set_upper_overflow PASSED test/int_convertors/test_int_convertors.py::test_char_var_lower_overflow PASSED test/int_convertors/test_int_convertors.py::test_char_var_upper_overflow PASSED test/int_convertors/test_int_convertors.py::test_signed_char_get_lower_overflow PASSED test/int_convertors/test_int_convertors.py::test_signed_char_get_upper_overflow PASSED test/int_convertors/test_int_convertors.py::test_signed_char_set_lower_overflow PASSED test/int_convertors/test_int_convertors.py::test_signed_char_set_upper_overflow PASSED test/int_convertors/test_int_convertors.py::test_signed_char_var_lower_overflow PASSED test/int_convertors/test_int_convertors.py::test_signed_char_var_upper_overflow PASSED test/int_convertors/test_int_convertors.py::test_short_get_lower_overflow PASSED test/int_convertors/test_int_convertors.py::test_short_get_upper_overflow PASSED test/int_convertors/test_int_convertors.py::test_short_set_lower_overflow PASSED test/int_convertors/test_int_convertors.py::test_short_set_upper_overflow PASSED test/int_convertors/test_int_convertors.py::test_short_var_lower_overflow PASSED test/int_convertors/test_int_convertors.py::test_short_var_upper_overflow PASSED test/int_convertors/test_int_convertors.py::test_int_get_lower_overflow PASSED test/int_convertors/test_int_convertors.py::test_int_get_upper_overflow PASSED test/int_convertors/test_int_convertors.py::test_int_set_lower_overflow PASSED test/int_convertors/test_int_convertors.py::test_int_set_upper_overflow PASSED test/int_convertors/test_int_convertors.py::test_int_var_lower_overflow PASSED test/int_convertors/test_int_convertors.py::test_int_var_upper_overflow PASSED test/int_convertors/test_int_convertors.py::test_long_get_lower_overflow PASSED test/int_convertors/test_int_convertors.py::test_long_get_upper_overflow PASSED test/int_convertors/test_int_convertors.py::test_long_set_lower_overflow PASSED test/int_convertors/test_int_convertors.py::test_long_set_upper_overflow PASSED test/int_convertors/test_int_convertors.py::test_long_var_lower_overflow PASSED test/int_convertors/test_int_convertors.py::test_long_var_upper_overflow PASSED test/int_convertors/test_int_convertors.py::test_long_long_get_lower_overflow PASSED test/int_convertors/test_int_convertors.py::test_long_long_get_upper_overflow PASSED test/int_convertors/test_int_convertors.py::test_long_long_set_lower_overflow PASSED test/int_convertors/test_int_convertors.py::test_long_long_set_upper_overflow PASSED test/int_convertors/test_int_convertors.py::test_long_long_var_lower_overflow PASSED test/int_convertors/test_int_convertors.py::test_long_long_var_upper_overflow PASSED test/int_convertors/test_int_convertors.py::test_unsigned_char_get_upper_overflow PASSED test/int_convertors/test_int_convertors.py::test_unsigned_char_set_upper_overflow PASSED test/int_convertors/test_int_convertors.py::test_unsigned_char_var_upper_overflow PASSED test/int_convertors/test_int_convertors.py::test_unsigned_short_get_upper_overflow PASSED test/int_convertors/test_int_convertors.py::test_unsigned_short_set_upper_overflow PASSED test/int_convertors/test_int_convertors.py::test_unsigned_short_var_upper_overflow PASSED test/int_convertors/test_int_convertors.py::test_unsigned_int_get_upper_overflow PASSED test/int_convertors/test_int_convertors.py::test_unsigned_int_set_upper_overflow PASSED test/int_convertors/test_int_convertors.py::test_unsigned_int_var_upper_overflow PASSED test/int_convertors/test_int_convertors.py::test_unsigned_long_get_upper_overflow PASSED test/int_convertors/test_int_convertors.py::test_unsigned_long_set_upper_overflow PASSED test/int_convertors/test_int_convertors.py::test_unsigned_long_var_upper_overflow PASSED test/int_convertors/test_int_convertors.py::test_unsigned_long_long_get_upper_overflow PASSED test/int_convertors/test_int_convertors.py::test_unsigned_long_long_set_upper_overflow PASSED test/int_convertors/test_int_convertors.py::test_unsigned_long_long_var_upper_overflow PASSED test/int_convertors/test_int_convertors.py::test_bool_get_true PASSED test/int_convertors/test_int_convertors.py::test_bool_set_true PASSED test/int_convertors/test_int_convertors.py::test_bool_var_true PASSED test/int_convertors/test_int_convertors.py::test_bool_get_false PASSED test/int_convertors/test_int_convertors.py::test_bool_set_false PASSED test/int_convertors/test_int_convertors.py::test_bool_var_false PASSED test/int_convertors/test_int_convertors.py::test_bool_get_nonzero PASSED test/int_convertors/test_int_convertors.py::test_bool_set_nonzero PASSED test/int_convertors/test_int_convertors.py::test_bool_var_nonzero PASSED test/int_convertors/test_int_convertors.py::test_bool_get_zero PASSED test/int_convertors/test_int_convertors.py::test_bool_set_zero PASSED test/int_convertors/test_int_convertors.py::test_bool_var_zero PASSED test/issue-99/test_issue_99.py::test_class_pyname PASSED test/issue-99/test_issue_99.py::test_class_pyname_using_existing_cpp_name PASSED test/mapped_type_attrs/test_mapped_type_attrs.py::test_enum_attrs PASSED test/mapped_type_attrs/test_mapped_type_attrs.py::test_callables PASSED test/mixins/test_mixins.py::test_argument_handling PASSED test/mixins/test_mixins.py::test_unknown_argument_handling PASSED test/mixins/test_mixins.py::test_attr_initial PASSED test/mixins/test_mixins.py::test_setter PASSED test/mixins/test_mixins.py::test_attr_set PASSED test/mixins/test_mixins.py::test_mixin_attr_initial PASSED test/mixins/test_mixins.py::test_mixin_setter PASSED test/mixins/test_mixins.py::test_mixin_attr_set PASSED test/module_attrs/test_module_attrs.py::test_attrs_bool PASSED test/module_attrs/test_module_attrs.py::test_attrs_byte PASSED test/module_attrs/test_module_attrs.py::test_attrs_signed_byte PASSED test/module_attrs/test_module_attrs.py::test_attrs_unsigned_byte PASSED test/module_attrs/test_module_attrs.py::test_attrs_short PASSED test/module_attrs/test_module_attrs.py::test_attrs_unsigned_short PASSED test/module_attrs/test_module_attrs.py::test_attrs_int PASSED test/module_attrs/test_module_attrs.py::test_attrs_unsigned_int PASSED test/module_attrs/test_module_attrs.py::test_attrs_long PASSED test/module_attrs/test_module_attrs.py::test_attrs_unsigned_long PASSED test/module_attrs/test_module_attrs.py::test_attrs_long_long PASSED test/module_attrs/test_module_attrs.py::test_attrs_unsigned_long_long PASSED test/module_attrs/test_module_attrs.py::test_attrs_pyhasht PASSED test/module_attrs/test_module_attrs.py::test_attrs_pyssizet PASSED test/module_attrs/test_module_attrs.py::test_attrs_sizet PASSED test/module_attrs/test_module_attrs.py::test_attrs_float PASSED test/module_attrs/test_module_attrs.py::test_attrs_double PASSED test/module_attrs/test_module_attrs.py::test_attrs_char PASSED test/module_attrs/test_module_attrs.py::test_attrs_char_ascii PASSED test/module_attrs/test_module_attrs.py::test_attrs_char_latin1 PASSED test/module_attrs/test_module_attrs.py::test_attrs_char_utf8 PASSED test/module_attrs/test_module_attrs.py::test_attrs_signed_char PASSED test/module_attrs/test_module_attrs.py::test_attrs_unsigned_char PASSED test/module_attrs/test_module_attrs.py::test_attrs_wchar PASSED test/module_attrs/test_module_attrs.py::test_attrs_string PASSED test/module_attrs/test_module_attrs.py::test_attrs_const_string PASSED test/module_attrs/test_module_attrs.py::test_attrs_string_ascii PASSED test/module_attrs/test_module_attrs.py::test_attrs_const_string_ascii PASSED test/module_attrs/test_module_attrs.py::test_attrs_string_latin1 PASSED test/module_attrs/test_module_attrs.py::test_attrs_const_string_latin1 PASSED test/module_attrs/test_module_attrs.py::test_attrs_string_utf8 PASSED test/module_attrs/test_module_attrs.py::test_attrs_const_string_utf8 PASSED test/module_attrs/test_module_attrs.py::test_attrs_signed_string PASSED test/module_attrs/test_module_attrs.py::test_attrs_const_signed_string PASSED test/module_attrs/test_module_attrs.py::test_attrs_unsigned_string PASSED test/module_attrs/test_module_attrs.py::test_attrs_const_unsigned_string PASSED test/module_attrs/test_module_attrs.py::test_attrs_voidptr PASSED test/module_attrs/test_module_attrs.py::test_attrs_const_voidptr PASSED test/module_attrs/test_module_attrs.py::test_attrs_pyobject PASSED test/module_attrs/test_module_attrs.py::test_del_attrs PASSED test/module_attrs/test_module_attrs.py::test_nonwrapped_attrs PASSED test/module_attrs/test_module_attrs.py::test_const_types PASSED test/module_attrs/test_module_attrs.py::test_py_name_annotation_attrs PASSED test/module_attrs/test_module_attrs.py::test_getters_and_setters PASSED test/module_callables/test_module_callables.py::test_module_void_ret_no_args PASSED test/module_callables/test_module_callables.py::test_module_int_ret_int_arg PASSED test/module_callables/test_module_callables.py::test_module_int_int_ret_int_int_args PASSED test/module_callables/test_module_callables.py::test_module_var_args PASSED test/module_callables/test_module_callables.py::test_insufficient_args PASSED test/module_callables/test_module_callables.py::test_excessive_args PASSED test/module_callables/test_module_callables.py::test_wrong_type_args PASSED test/module_callables/test_module_callables.py::test_no_kwd_args_support PASSED test/module_callables/test_module_callables.py::test_bad_kwd_args PASSED test/module_callables/test_module_callables.py::test_optional_kwd_args_support PASSED test/module_callables/test_module_callables.py::test_all_kwd_args_support PASSED test/movable/test_movable.py::test_movable PASSED test/namespaces/test_namespaces.py::test_instantiation PASSED test/namespaces/test_namespaces.py::test_py_attributes PASSED test/namespaces/test_namespaces.py::test_wrapped_attributes PASSED test/py_properties/test_py_properties.py::test_property_getter PASSED test/py_properties/test_py_properties.py::test_property_setter PASSED test/standalone_sip_module/test_standalone_sip_module.py::test_wrapped_module_name PASSED test/standalone_sip_module/test_standalone_sip_module.py::test_toplevel_wrapped_types PASSED test/standalone_sip_module/test_standalone_sip_module.py::test_nested_wrapped_types PASSED test/standalone_sip_module/test_standalone_sip_module.py::test_sip_simplewrapper PASSED test/standalone_sip_module/test_standalone_sip_module.py::test_sip_wrapper PASSED test/standalone_sip_module/test_standalone_sip_module.py::test_sip_wrappertype PASSED test/template_typedef/test_template_typedef.py::test_mapped_type_typedef PASSED test/template_typedef/test_template_typedef.py::test_mapped_type_template_typedef PASSED test/templates/test_templates.py::test_simple_template_superclasses PASSED test/templates/test_templates.py::test_scoped_template_superclasses PASSED test/templates/test_templates.py::test_template_superclasses PASSED test/timelines/test_timelines.py::test_upto PASSED test/timelines/test_timelines.py::test_after PASSED test/timelines/test_timelines.py::test_between PASSED test/timelines/test_timelines.py::test_upto_unknown PASSED test/timelines/test_timelines.py::test_after_unknown PASSED test/timelines/test_timelines.py::test_between_unknowns PASSED test/timelines/test_timelines.py::test_abi_timeline PASSED test/v12_enums/test_v12_enums.py::test_module_anon_type SKIPPED (Ski...) test/v12_enums/test_v12_enums.py::test_module_anon_value SKIPPED (Sk...) test/v12_enums/test_v12_enums.py::test_class_anon_type SKIPPED (Skip...) test/v12_enums/test_v12_enums.py::test_class_anon_value SKIPPED (Ski...) test/v12_enums/test_v12_enums.py::test_module_named_enum_attrs SKIPPED test/v12_enums/test_v12_enums.py::test_class_named_enum_attrs SKIPPED test/v12_enums/test_v12_enums.py::test_module_named_value SKIPPED (S...) test/v12_enums/test_v12_enums.py::test_module_named_value_legacy SKIPPED test/v12_enums/test_v12_enums.py::test_enum_operator_add SKIPPED (Sk...) test/v12_enums/test_v12_enums.py::test_enum_operator_eq SKIPPED (Ski...) test/v12_enums/test_v12_enums.py::test_class_named_value SKIPPED (Sk...) test/v12_enums/test_v12_enums.py::test_class_named_value_legacy SKIPPED test/v12_enums/test_v12_enums.py::test_named_get_member SKIPPED (Ski...) test/v12_enums/test_v12_enums.py::test_named_set_member SKIPPED (Ski...) test/v12_enums/test_v12_enums.py::test_named_var_member SKIPPED (Ski...) test/v12_enums/test_v12_enums.py::test_named_overload_set SKIPPED (S...) test/v12_enums/test_v12_enums.py::test_module_scoped_type SKIPPED (S...) test/v12_enums/test_v12_enums.py::test_module_scoped_value SKIPPED (...) test/v12_enums/test_v12_enums.py::test_class_scoped_type SKIPPED (Sk...) test/v12_enums/test_v12_enums.py::test_class_scoped_value SKIPPED (S...) test/v12_enums/test_v12_enums.py::test_scoped_get_member SKIPPED (Sk...) test/v12_enums/test_v12_enums.py::test_scoped_set_member SKIPPED (Sk...) test/v12_enums/test_v12_enums.py::test_scoped_var_member SKIPPED (Sk...) test/v13_enums/test_v13_enums.py::test_module_anon_type PASSED test/v13_enums/test_v13_enums.py::test_module_anon_value PASSED test/v13_enums/test_v13_enums.py::test_class_anon_type PASSED test/v13_enums/test_v13_enums.py::test_class_anon_value PASSED test/v13_enums/test_v13_enums.py::test_Enum_BaseType PASSED test/v13_enums/test_v13_enums.py::test_Flag_BaseType PASSED test/v13_enums/test_v13_enums.py::test_IntEnum_BaseType PASSED test/v13_enums/test_v13_enums.py::test_IntFlag_BaseType PASSED test/v13_enums/test_v13_enums.py::test_module_named_enum_attrs PASSED test/v13_enums/test_v13_enums.py::test_class_named_enum_attrs PASSED test/v13_enums/test_v13_enums.py::test_module_named_type PASSED test/v13_enums/test_v13_enums.py::test_module_named_value PASSED test/v13_enums/test_v13_enums.py::test_enum_operator_add PASSED test/v13_enums/test_v13_enums.py::test_enum_operator_eq PASSED test/v13_enums/test_v13_enums.py::test_class_named_type PASSED test/v13_enums/test_v13_enums.py::test_class_named_value PASSED test/v13_enums/test_v13_enums.py::test_named_get_member PASSED test/v13_enums/test_v13_enums.py::test_named_set_member PASSED test/v13_enums/test_v13_enums.py::test_named_var_member PASSED test/v13_enums/test_v13_enums.py::test_named_overload_set PASSED test/v13_enums/test_v13_enums.py::test_named_get_invalid PASSED test/v13_enums/test_v13_enums.py::test_named_set_invalid PASSED test/v13_enums/test_v13_enums.py::test_named_var_invalid PASSED test/v13_enums/test_v13_enums.py::test_module_scoped_type PASSED test/v13_enums/test_v13_enums.py::test_module_scoped_value PASSED test/v13_enums/test_v13_enums.py::test_class_scoped_type PASSED test/v13_enums/test_v13_enums.py::test_class_scoped_value PASSED test/v13_enums/test_v13_enums.py::test_scoped_get_member PASSED test/v13_enums/test_v13_enums.py::test_scoped_set_member PASSED test/v13_enums/test_v13_enums.py::test_scoped_var_member PASSED test/v13_enums/test_v13_enums.py::test_class_typed_type PASSED test/v13_enums/test_v13_enums.py::test_class_typed_value PASSED test/v13_enums/test_v13_enums.py::test_typed_get_member PASSED test/v13_enums/test_v13_enums.py::test_typed_set_member PASSED test/v13_enums/test_v13_enums.py::test_typed_var_member PASSED test/virtuals/test_virtuals.py::test_base_implementation_int PASSED test/virtuals/test_virtuals.py::test_py_reimplementation_class PASSED test/virtuals/test_virtuals.py::test_py_reimplementation_int PASSED ======== 318 passed, 23 skipped ========