pyo3/tests
2021-09-24 22:46:25 +01:00
..
not_msrv pyo3-macros-backend: support macros inside doc attributes 2021-08-28 22:47:20 +01:00
ui import FromPyObject into crate root 2021-09-14 14:07:23 +02:00
common.rs
test_arithmetics.rs pymethods: disable protocols with multiple-pymethods for now 2021-09-18 13:08:24 +01:00
test_arithmetics_protos.rs pymethods: support inplace numerical operations 2021-09-17 08:13:54 +01: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 chore: update rust 1.55 (#1865) 2021-09-12 18:07:24 +01:00
test_datetime.rs
test_dict_iter.rs
test_dunder.rs
test_exceptions.rs
test_frompyobject.rs pep 604: use T | U instead of Union[T, U] in messaging 2021-09-24 22:46:25 +01:00
test_gc.rs
test_getter_setter.rs
test_inheritance.rs
test_macros.rs
test_mapping.rs
test_methods.rs
test_module.rs
test_multiple_pymethods.rs
test_not_msrv.rs pyo3-macros-backend: support macros inside doc attributes 2021-08-28 22:47:20 +01:00
test_proc_macro_hygiene.rs import FromPyObject into crate root 2021-09-14 14:07:23 +02:00
test_proto_methods.rs pymethods: fix support for MSRV 2021-09-18 16:42:02 +01:00
test_py36_init.rs gil: try to initialize threads on Python 3.6 if possible 2021-09-17 08:48:21 +01:00
test_pyfunction.rs
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