pyo3/tests
2021-12-08 07:10:16 +00:00
..
hygiene pymethods: support __call__ proto 2021-10-23 00:06:46 +01:00
not_msrv pyo3-macros-backend: support macros inside doc attributes 2021-08-28 22:47:20 +01:00
ui rust: support 1.57 2021-12-08 07:10:16 +00:00
common.rs
test_anyhow.rs Add anyhow-integration feature which implements From<anyhow::Error> for PyErr (#1822) 2021-10-17 07:54:29 +01:00
test_arithmetics.rs pymethods: support protocols with multiple-pymethods feature 2021-10-23 00:07:35 +01:00
test_arithmetics_protos.rs deprecations: remove items deprecated in PyO3 0.14 2021-11-19 16:33:29 +00:00
test_buffer.rs ffi: use _Py_NewRef for clarity 2021-09-29 08:02:08 +01:00
test_buffer_protocol.rs ffi: use _Py_NewRef for clarity 2021-09-29 08:02:08 +01:00
test_bytes.rs Add wrap_pyfunction macro to prelude 2021-06-24 22:34:55 +08:00
test_class_attributes.rs tests: fix new clippy warning (does not like Foo::foo) 2021-08-23 15:47:09 +02:00
test_class_basics.rs
test_class_conversion.rs
test_class_new.rs
test_compile_error.rs rust: support 1.57 2021-12-08 07:10:16 +00:00
test_datetime.rs rust: updates for rust & clippy 1.54 2021-07-31 08:19:38 +01:00
test_default_impls.rs Allow default implementation of slots. Add default __repr__ for enums. 2021-11-29 17:35:18 +08:00
test_dict_iter.rs
test_enum.rs Allow default implementation of slots. Add default __repr__ for enums. 2021-11-29 17:35:18 +08:00
test_exceptions.rs Add wrap_pyfunction macro to prelude 2021-06-24 22:34:55 +08:00
test_frompyobject.rs Fix some clippy and dead code warnings. 2021-11-24 09:11:39 +01:00
test_gc.rs
test_getter_setter.rs macros: raise AttributeError on property deletion requests 2021-08-13 21:01:00 -07:00
test_hygiene.rs pymethods: support protocols with multiple-pymethods feature 2021-10-23 00:07:35 +01:00
test_inheritance.rs switch is_instance/is_instance_of, is_subclass/is_subclass_of 2021-11-20 13:18:43 +00:00
test_macros.rs Add wrap_pyfunction macro to prelude 2021-06-24 22:34:55 +08:00
test_mapping.rs deprecations: remove items deprecated in PyO3 0.14 2021-11-19 16:33:29 +00:00
test_methods.rs pymethods: support __call__ proto 2021-10-23 00:06:46 +01:00
test_module.rs deprecations: remove items deprecated in PyO3 0.14 2021-11-19 16:33:29 +00:00
test_multiple_pymethods.rs pymethods: support __call__ proto 2021-10-23 00:06:46 +01:00
test_not_msrv.rs msrv: bump to 1.48 2021-11-19 10:10:59 +00:00
test_proto_methods.rs switch is_instance/is_instance_of, is_subclass/is_subclass_of 2021-11-20 13:18:43 +00:00
test_pyfunction.rs pycfunction: add PyCFunction::new_closure rust defined closures 2021-10-17 07:59:50 +01:00
test_pyproto.rs deprecations: remove items deprecated in PyO3 0.14 2021-11-19 16:33:29 +00:00
test_pyself.rs
test_sequence.rs
test_serde.rs
test_string.rs Add wrap_pyfunction macro to prelude 2021-06-24 22:34:55 +08:00
test_text_signature.rs Add wrap_pyfunction macro to prelude 2021-06-24 22:34:55 +08:00
test_unsendable_dict.rs
test_variable_arguments.rs
test_various.rs Add wrap_pyfunction macro to prelude 2021-06-24 22:34:55 +08:00
test_wrap_pyfunction_deduction.rs Add wrap_pyfunction macro to prelude 2021-06-24 22:34:55 +08:00