pyo3/tests
David Hewitt 9613228a0c pyfunction: reject generic functions 2021-03-09 23:47:47 +00:00
..
ui pyfunction: reject generic functions 2021-03-09 23:47:47 +00:00
common.rs Refactor py_expect_exception to also verify error string representation 2020-10-13 14:02:14 -08:00
test_arithmetics.rs Refactor py_expect_exception to also verify error string representation 2020-10-13 14:02:14 -08:00
test_buffer_protocol.rs Get all the tests building, everythign except doctests passes! 2020-09-16 08:42:22 -04:00
test_bytes.rs Make python function wrapper creation fallible. 2020-09-03 15:48:32 +02:00
test_class_attributes.rs Proof of concept of using PEP384s PyType_Spec 2020-09-02 16:54:39 -04:00
test_class_basics.rs ci: fix nightly warnings 2021-03-06 09:42:50 +00:00
test_class_conversion.rs Proof of concept of using PEP384s PyType_Spec 2020-09-02 16:54:39 -04:00
test_class_new.rs pyclass #[new]: allow using custom error type 2020-12-13 23:50:03 +00:00
test_compile_error.rs pyfunction: reject generic functions 2021-03-09 23:47:47 +00:00
test_datetime.rs Restore compatibility with Rust 1.41. 2021-02-11 10:14:25 +01:00
test_dict_iter.rs Address clippy::unreadable_literal issues 2019-08-17 14:10:35 +02:00
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 Implement std::error::Error for PyErr 2020-09-10 19:04:24 +01:00
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_multiple_pymethods.rs pymethods: make inventory optional 2021-03-04 19:52:58 +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 msrv: bump to 1.45 2020-11-12 11:33:08 +00:00
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 Fix #1285, text_signature and raw ident interaction 2020-11-19 17:21:02 +00:00
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