pyo3/tests
David Hewitt f5b2a88a70 refactor: include __new__ as slot 2022-02-09 08:07:14 +00:00
..
not_msrv
ui refactor: include __new__ as slot 2022-02-09 08:07:14 +00:00
common.rs
test_anyhow.rs
test_arithmetics.rs
test_arithmetics_protos.rs pyproto: split into new feature 2022-02-05 16:51:31 +00:00
test_buffer.rs python-3.11: support buffer API on abi3 2022-02-06 22:46:45 +00:00
test_buffer_protocol.rs python-3.11: support buffer API on abi3 2022-02-06 22:46:45 +00:00
test_buffer_protocol_pyproto.rs python-3.11: support buffer API on abi3 2022-02-06 22:46:45 +00:00
test_bytes.rs
test_class_attributes.rs
test_class_basics.rs
test_class_conversion.rs
test_class_new.rs
test_compile_error.rs
test_datetime.rs
test_default_impls.rs
test_dict_iter.rs
test_enum.rs Finish implementation for pyclass enums 2022-02-07 22:17:11 +00:00
test_exceptions.rs
test_frompyobject.rs pyproto: split into new feature 2022-02-05 16:51:31 +00:00
test_gc.rs pyproto: split into new feature 2022-02-05 16:51:31 +00:00
test_gc_pyproto.rs pyproto: split into new feature 2022-02-05 16:51:31 +00:00
test_getter_setter.rs
test_inheritance.rs
test_macros.rs
test_mapping.rs pyproto: split into new feature 2022-02-05 16:51:31 +00:00
test_mapping_pyproto.rs pyproto: split into new feature 2022-02-05 16:51:31 +00:00
test_methods.rs
test_module.rs
test_multiple_pymethods.rs
test_not_msrv.rs
test_proto_methods.rs
test_pyfunction.rs
test_pyproto.rs pyproto: split into new feature 2022-02-05 16:51:31 +00:00
test_pyself.rs pyclass: simplify generated code for PyClassImpl 2022-02-05 16:58:01 +00:00
test_sequence.rs pyproto: split into new feature 2022-02-05 16:51:31 +00:00
test_sequence_pyproto.rs pyproto: split into new feature 2022-02-05 16:51:31 +00:00
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