pyo3/tests
2023-12-29 18:45:18 -05:00
..
ui ci: updates for Rust 1.75 2023-12-29 13:36:46 +00:00
test_anyhow.rs
test_append_to_inittab.rs
test_arithmetics.rs add PyAnyMethods for binary operators 2023-12-29 18:45:18 -05:00
test_buffer.rs
test_buffer_protocol.rs
test_bytes.rs
test_class_attributes.rs
test_class_basics.rs
test_class_conversion.rs
test_class_new.rs
test_compile_error.rs Merge pull request #3595 from davidhewitt/ok-wrap 2023-11-25 05:43:54 +00:00
test_coroutine.rs Rename name to qualname and full_name to name to better match Python 2023-12-19 16:51:24 +01:00
test_datetime.rs
test_default_impls.rs
test_dict_iter.rs
test_enum.rs
test_exceptions.rs add gil-refs feature to aid migration 2023-12-29 14:42:31 +00:00
test_field_cfg.rs
test_frompyobject.rs
test_gc.rs Turn calls of __traverse__ into no-ops for unsendable pyclass if on the wrong thread 2023-12-23 15:01:08 +01:00
test_getter_setter.rs
test_inheritance.rs
test_macro_docs.rs
test_macros.rs
test_mapping.rs
test_methods.rs Rename name to qualname and full_name to name to better match Python 2023-12-19 16:51:24 +01:00
test_module.rs
test_multiple_pymethods.rs
test_no_imports.rs
test_pep_587.rs
test_proto_methods.rs Replace IterNextOutput by autoref-based specialization to allow returning arbitrary values 2023-12-20 09:56:16 +01:00
test_pyfunction.rs
test_pyself.rs
test_sequence.rs
test_serde.rs fix test-serde beta clippy warning 2023-11-28 07:29:45 +00:00
test_static_slots.rs
test_string.rs
test_super.rs add gil-refs feature to aid migration 2023-12-29 14:42:31 +00:00
test_text_signature.rs remove all functionality deprecated in 0.19 2023-11-27 22:02:19 +00:00
test_unsendable_dict.rs
test_variable_arguments.rs
test_various.rs
test_wrap_pyfunction_deduction.rs