pyo3/tests
David Hewitt 6a65f98bd2 msrv: bump to 1.48 2021-11-19 10:10:59 +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 msrv: bump to 1.48 2021-11-19 10:10:59 +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 Add fallback for `__mod__` magic method (#1934) 2021-10-19 23:14:26 +01: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
test_class_attributes.rs
test_class_basics.rs
test_class_conversion.rs
test_class_new.rs
test_compile_error.rs msrv: bump to 1.48 2021-11-19 10:10:59 +00:00
test_datetime.rs
test_dict_iter.rs
test_exceptions.rs
test_frompyobject.rs pep 604: use `T | U` instead of `Union[T, U]` in messaging 2021-09-24 22:46:25 +01:00
test_gc.rs
test_getter_setter.rs
test_hygiene.rs pymethods: support protocols with `multiple-pymethods` feature 2021-10-23 00:07:35 +01:00
test_inheritance.rs
test_macros.rs
test_mapping.rs
test_methods.rs pymethods: support __call__ proto 2021-10-23 00:06:46 +01:00
test_module.rs
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 macros: fix panic in __get__ implementation 2021-11-15 16:02:59 +00:00
test_py36_init.rs gil: try to initialize threads on Python 3.6 if possible 2021-09-17 08:48:21 +01:00
test_pyfunction.rs pycfunction: add PyCFunction::new_closure rust defined closures 2021-10-17 07:59:50 +01:00
test_pyproto.rs pymethods: support protocols with `multiple-pymethods` feature 2021-10-23 00:07:35 +01:00
test_pyself.rs
test_sequence.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