pyo3/tests
2024-02-01 08:52:28 +00:00
..
ui add PyString::new_bound 2024-01-29 13:14:00 +00:00
test_anyhow.rs
test_append_to_inittab.rs
test_arithmetics.rs
test_buffer.rs remove internal uses of _Py_NewRef 2024-01-27 12:07:46 +00:00
test_buffer_protocol.rs remove internal uses of _Py_NewRef 2024-01-27 12:07:46 +00:00
test_bytes.rs add PyBytes::new_bound 2024-02-01 08:52:28 +00:00
test_class_attributes.rs
test_class_basics.rs
test_class_conversion.rs
test_class_new.rs
test_compile_error.rs feat: support pyclass on complex enums 2024-01-18 22:04:42 +09:00
test_coroutine.rs
test_datetime.rs
test_default_impls.rs
test_dict_iter.rs
test_enum.rs
test_exceptions.rs
test_field_cfg.rs
test_frompyobject.rs add list bound constructors 2024-01-27 21:12:55 +00:00
test_gc.rs
test_getter_setter.rs add list bound constructors 2024-01-27 21:12:55 +00:00
test_inheritance.rs
test_macro_docs.rs
test_macros.rs
test_mapping.rs
test_methods.rs add list bound constructors 2024-01-27 21:12:55 +00:00
test_module.rs
test_multiple_pymethods.rs
test_no_imports.rs
test_proto_methods.rs add list bound constructors 2024-01-27 21:12:55 +00:00
test_pyfunction.rs
test_pyself.rs add PyString::new_bound 2024-01-29 13:14:00 +00:00
test_sequence.rs
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