pyo3/tests
David Hewitt eafbbc5417
Merge pull request #2399 from davidhewitt/avoid-duplicate-pymethods
pymethods: prevent methods sharing the same name
2022-05-24 22:22:31 +01:00
..
not_msrv
ui pymethods: prevent methods sharing the same name 2022-05-24 21:15:30 +01:00
common.rs
test_anyhow.rs
test_append_to_inittab.rs Add macro append_to_inittab 2022-05-24 07:42:15 +01:00
test_arithmetics.rs
test_arithmetics_protos.rs
test_buffer.rs
test_buffer_protocol.rs
test_buffer_protocol_pyproto.rs
test_bytes.rs
test_class_attributes.rs Allow #[classattr] methods to be fallible 2022-05-17 21:19:41 +01:00
test_class_basics.rs
test_class_conversion.rs
test_class_new.rs
test_compile_error.rs Fix IntoPyCallbackOutput paper cuts (#2326) 2022-05-09 18:15:43 +01:00
test_datetime.rs
test_default_impls.rs fix some typos 2022-04-24 22:06:32 +08:00
test_dict_iter.rs
test_enum.rs
test_exceptions.rs
test_frompyobject.rs Allow more methods to take interned arguments (#2312) 2022-05-02 11:13:15 +02:00
test_gc.rs cleanup: deprecate PyTypeObject trait 2022-04-23 13:36:32 +01:00
test_gc_pyproto.rs cleanup: deprecate PyTypeObject trait 2022-04-23 13:36:32 +01:00
test_getter_setter.rs
test_inheritance.rs cleanup: deprecate PyTypeObject trait 2022-04-23 13:36:32 +01:00
test_macros.rs
test_mapping.rs
test_mapping_pyproto.rs
test_methods.rs macros: fix raw-ident pyclasses having r# at the start of the Python name 2022-05-24 21:34:23 +01:00
test_module.rs
test_multiple_pymethods.rs cleanup: deprecate PyTypeObject trait 2022-04-23 13:36:32 +01:00
test_mutable_pyclass.rs
test_not_msrv.rs
test_pep_587.rs add regression test for PEP 587 2022-05-15 16:08:21 +01:00
test_proto_methods.rs
test_pyfunction.rs
test_pyproto.rs
test_pyself.rs
test_sequence.rs
test_sequence_pyproto.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