pyo3/tests
David Hewitt 4613b3dd7e
Merge pull request #1596 from davidhewitt/remove-pytypeinfo-layout
type_object: remove layout and base type from PyTypeInfo
2021-05-07 22:32:24 +01:00
..
ui Merge pull request #1596 from davidhewitt/remove-pytypeinfo-layout 2021-05-07 22:32:24 +01:00
common.rs Extend py_run! macro to take dict as *d syntax 2021-03-14 16:33:49 +09:00
test_arithmetics.rs pyproto: deprecate py_methods 2021-04-20 00:21:19 +01:00
test_buffer.rs buffer: tidy up exceptions 2021-04-12 01:21:48 +01:00
test_buffer_protocol.rs Refactor tests to use shorter macros 2021-03-14 23:43:53 +09: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 Merge pull request #1507 from scalexm/getter-name 2021-03-20 16:23:07 +09: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 Use Python::with_gil and py_assert 2021-03-19 10:17:06 +08:00
test_compile_error.rs rust: updates for rust 1.52 2021-05-06 23:18:34 +01:00
test_datetime.rs clippy: tidy up allow lints 2021-04-12 01:20:04 +01:00
test_dict_iter.rs Address clippy::unreadable_literal issues 2019-08-17 14:10:35 +02:00
test_dunder.rs pyproto: deprecate py_methods 2021-04-20 00:21:19 +01: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 Fix clippy warnings in Rust 1.51.0 2021-03-26 13:21:38 +08:00
test_getter_setter.rs Use Python::with_gil and py_assert 2021-03-19 10:17:06 +08:00
test_inheritance.rs pyclass: support extending Exception types 2021-05-04 22:00:22 +01:00
test_mapping.rs pyproto: deprecate py_methods 2021-04-20 00:21:19 +01:00
test_methods.rs 1506: fixes to macro hygiene 2021-03-28 11:01:51 +01:00
test_module.rs Remove __doc__ from module's __all__ 2021-03-20 11:25:36 +08: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 Refactor tests to use shorter macros 2021-03-14 23:43:53 +09: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 Refactor tests to use shorter macros 2021-03-14 23:43:53 +09:00
test_wrap_pyfunction_deduction.rs Add test for wrap_pyfunction!() deduction. 2021-05-06 16:05:17 +02:00