pyo3/tests
David Hewitt 64adab1a76 add as_ptr and into_ptr inherent methods 2023-08-11 10:49:42 +01:00
..
ui ci: updates for rust 1.71 2023-07-14 12:10:37 +01:00
common.rs
test_anyhow.rs
test_append_to_inittab.rs add PyErr::display 2023-07-24 22:14:55 +01:00
test_arithmetics.rs
test_buffer.rs add as_ptr and into_ptr inherent methods 2023-08-11 10:49:42 +01:00
test_buffer_protocol.rs add as_ptr and into_ptr inherent methods 2023-08-11 10:49:42 +01:00
test_bytes.rs
test_class_attributes.rs Remove unmatched cfg and unused rustup component. 2023-06-05 09:36:13 +02:00
test_class_basics.rs
test_class_conversion.rs
test_class_new.rs add PyErr::display 2023-07-24 22:14:55 +01:00
test_compile_error.rs Give a better error message for Python in traverse 2023-06-19 23:25:51 +02:00
test_datetime.rs add as_ptr and into_ptr inherent methods 2023-08-11 10:49:42 +01:00
test_default_impls.rs
test_dict_iter.rs ci: updates for rust 1.71 2023-07-14 12:10:37 +01:00
test_enum.rs
test_exceptions.rs add as_ptr and into_ptr inherent methods 2023-08-11 10:49:42 +01:00
test_field_cfg.rs Resolve nightly clippy warning in test_field_cfg 2023-07-11 05:55:57 -04:00
test_frompyobject.rs
test_gc.rs add as_ptr and into_ptr inherent methods 2023-08-11 10:49:42 +01:00
test_getter_setter.rs fix compile failure for getter with return lifetime of self 2023-07-29 21:20:10 +01:00
test_inheritance.rs add PyErr::display 2023-07-24 22:14:55 +01:00
test_macro_docs.rs Drop test indirection required only until Rust 1.54. 2023-06-05 12:43:15 +02:00
test_macros.rs
test_mapping.rs
test_methods.rs remove all functionality deprecated in PyO3 0.18 2023-06-13 22:27:43 +01:00
test_module.rs
test_multiple_pymethods.rs
test_no_imports.rs
test_pep_587.rs clippy: deny / fix used-underscope-binding lint 2023-07-16 20:49:45 +01:00
test_proto_methods.rs add PyErr::display 2023-07-24 22:14:55 +01:00
test_pyfunction.rs remove all functionality deprecated in PyO3 0.18 2023-06-13 22:27:43 +01:00
test_pyself.rs
test_sequence.rs add as_ptr and into_ptr inherent methods 2023-08-11 10:49:42 +01:00
test_serde.rs
test_static_slots.rs
test_string.rs
test_super.rs
test_text_signature.rs
test_unsendable_dict.rs
test_variable_arguments.rs
test_various.rs
test_wrap_pyfunction_deduction.rs