pyo3/tests
2021-12-08 07:10:16 +00:00
..
hygiene
not_msrv
ui rust: support 1.57 2021-12-08 07:10:16 +00:00
common.rs
test_anyhow.rs
test_arithmetics.rs
test_arithmetics_protos.rs deprecations: remove items deprecated in PyO3 0.14 2021-11-19 16:33:29 +00: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 rust: support 1.57 2021-12-08 07:10:16 +00:00
test_datetime.rs
test_default_impls.rs Allow default implementation of slots. Add default __repr__ for enums. 2021-11-29 17:35:18 +08:00
test_dict_iter.rs
test_enum.rs Allow default implementation of slots. Add default __repr__ for enums. 2021-11-29 17:35:18 +08:00
test_exceptions.rs
test_frompyobject.rs Fix some clippy and dead code warnings. 2021-11-24 09:11:39 +01:00
test_gc.rs
test_getter_setter.rs
test_hygiene.rs
test_inheritance.rs switch is_instance/is_instance_of, is_subclass/is_subclass_of 2021-11-20 13:18:43 +00:00
test_macros.rs
test_mapping.rs deprecations: remove items deprecated in PyO3 0.14 2021-11-19 16:33:29 +00:00
test_methods.rs
test_module.rs deprecations: remove items deprecated in PyO3 0.14 2021-11-19 16:33:29 +00:00
test_multiple_pymethods.rs
test_not_msrv.rs msrv: bump to 1.48 2021-11-19 10:10:59 +00:00
test_proto_methods.rs switch is_instance/is_instance_of, is_subclass/is_subclass_of 2021-11-20 13:18:43 +00:00
test_pyfunction.rs
test_pyproto.rs deprecations: remove items deprecated in PyO3 0.14 2021-11-19 16:33:29 +00:00
test_pyself.rs
test_sequence.rs
test_serde.rs
test_string.rs
test_text_signature.rs
test_unsendable_dict.rs
test_variable_arguments.rs
test_various.rs
test_wrap_pyfunction_deduction.rs