pyo3/tests
2021-03-01 17:49:46 +00:00
..
ui add #[pyo3(from_py_with="...")] attribute (#1411) 2021-02-21 00:15:20 +09:00
common.rs
test_arithmetics.rs
test_buffer_protocol.rs
test_bytes.rs
test_class_attributes.rs
test_class_basics.rs add #[pyo3(from_py_with="...")] attribute (#1411) 2021-02-21 00:15:20 +09:00
test_class_conversion.rs
test_class_new.rs
test_compile_error.rs add #[pyo3(from_py_with="...")] attribute (#1411) 2021-02-21 00:15:20 +09:00
test_datetime.rs Restore compatibility with Rust 1.41. 2021-02-11 10:14:25 +01:00
test_dict_iter.rs
test_dunder.rs abi3: add support for dict and weakref from Python 3.9 2020-12-28 10:22:46 +00:00
test_exceptions.rs build: update for Rust 1.49 2020-12-31 18:16:02 +00:00
test_frompyobject.rs add #[pyo3(from_py_with="...")] attribute (#1411) 2021-02-21 00:15:20 +09:00
test_gc.rs abi3: add support for dict and weakref from Python 3.9 2020-12-28 10:22:46 +00:00
test_getter_setter.rs rust 1.50: clippy and lint fixes 2021-02-11 22:03:34 +00:00
test_inheritance.rs pyclass: fix reference count issue in subclass new 2021-01-08 00:13:49 +00:00
test_mapping.rs
test_methods.rs pyfunction: refactor argument extraction 2021-03-01 17:49:46 +00:00
test_module.rs rust 1.50: clippy and lint fixes 2021-02-11 22:03:34 +00:00
test_pyfunction.rs add #[pyo3(from_py_with="...")] attribute (#1411) 2021-02-21 00:15:20 +09:00
test_pyself.rs rust 1.50: clippy and lint fixes 2021-02-11 22:03:34 +00:00
test_sequence.rs
test_serde.rs implement Serialize, Deserialize for Py<T> 2021-01-11 22:19:10 +00:00
test_string.rs rust 1.50: clippy and lint fixes 2021-02-11 22:03:34 +00:00
test_text_signature.rs
test_unsendable_dict.rs abi3: add support for dict and weakref from Python 3.9 2020-12-28 10:22:46 +00:00
test_variable_arguments.rs rust 1.50: clippy and lint fixes 2021-02-11 22:03:34 +00:00
test_various.rs rust 1.50: clippy and lint fixes 2021-02-11 22:03:34 +00:00