pyo3/tests
David Hewitt 9d543b3f4b pyfunction: fix from_py_with on Option<T> argument 2022-08-25 18:57:17 +01:00
..
not_msrv pyo3-macros-backend: support macros inside doc attributes 2021-08-28 22:47:20 +01:00
ui ci: unpin serde, fixup nightly ui tests 2022-08-23 08:07:26 +01:00
common.rs Extend py_run! macro to take dict as *d syntax 2021-03-14 16:33:49 +09:00
test_anyhow.rs clippy: enable some more lints 2022-03-03 07:23:28 +00:00
test_append_to_inittab.rs Add macro append_to_inittab 2022-05-24 07:42:15 +01:00
test_arithmetics.rs Use Python:;with_gil in tests 2022-07-19 19:34:23 +02:00
test_arithmetics_protos.rs Use Python:;with_gil in tests 2022-07-19 19:34:23 +02:00
test_buffer.rs Add more lints 2022-03-23 08:07:28 +01:00
test_buffer_protocol.rs Use Python:;with_gil in tests 2022-07-19 19:34:23 +02:00
test_buffer_protocol_pyproto.rs Use Python:;with_gil in tests 2022-07-19 19:34:23 +02:00
test_bytes.rs Use Python:;with_gil in tests 2022-07-19 19:34:23 +02:00
test_class_attributes.rs Use Python:;with_gil in tests 2022-07-19 19:34:23 +02:00
test_class_basics.rs Use Python:;with_gil in tests 2022-07-19 19:34:23 +02:00
test_class_conversion.rs Use Python:;with_gil in tests 2022-07-19 19:34:23 +02:00
test_class_new.rs Use Python:;with_gil in tests 2022-07-19 19:34:23 +02:00
test_compile_error.rs ci: ui tests for 1.63 2022-08-12 07:26:29 +01:00
test_datetime.rs Use Python:;with_gil in tests 2022-07-19 19:34:23 +02:00
test_default_impls.rs fix some typos 2022-04-24 22:06:32 +08:00
test_dict_iter.rs Use Python:;with_gil in tests 2022-07-19 19:34:23 +02:00
test_enum.rs Fix new clippy warnings in Rust 1.63.0 2022-08-12 11:50:23 +08:00
test_exceptions.rs Use Python:;with_gil in tests 2022-07-19 19:34:23 +02:00
test_frompyobject.rs Fix new clippy warnings in Rust 1.63.0 2022-08-12 11:50:23 +08:00
test_gc.rs Fix new clippy warnings in Rust 1.63.0 2022-08-12 11:50:23 +08:00
test_gc_pyproto.rs Fix new clippy warnings in Rust 1.63.0 2022-08-12 11:50:23 +08:00
test_getter_setter.rs Use Python:;with_gil in tests 2022-07-19 19:34:23 +02:00
test_inheritance.rs Use Python:;with_gil in tests 2022-07-19 19:34:23 +02:00
test_macros.rs dev: remove self dev dependency 2021-12-08 07:48:58 +00:00
test_mapping.rs Update PyTryFrom for PyMapping and PySequence to more accurately check types (#2477) 2022-08-10 21:03:18 +01:00
test_mapping_pyproto.rs Use Python:;with_gil in tests 2022-07-19 19:34:23 +02:00
test_methods.rs Use Python:;with_gil in tests 2022-07-19 19:34:23 +02:00
test_module.rs pymodule: only allow initializing once per process 2022-08-09 19:52:25 +01:00
test_multiple_pymethods.rs cleanup: deprecate PyTypeObject trait 2022-04-23 13:36:32 +01:00
test_not_msrv.rs dev: remove self dev dependency 2021-12-08 07:48:58 +00:00
test_pep_587.rs add regression test for PEP 587 2022-05-15 16:08:21 +01:00
test_proto_methods.rs Update PyTryFrom for PyMapping and PySequence to more accurately check types (#2477) 2022-08-10 21:03:18 +01:00
test_pyfunction.rs pyfunction: fix from_py_with on Option<T> argument 2022-08-25 18:57:17 +01:00
test_pyproto.rs Use Python:;with_gil in tests 2022-07-19 19:34:23 +02:00
test_pyself.rs Use Python:;with_gil in tests 2022-07-19 19:34:23 +02:00
test_sequence.rs pyclass: add `sequence` option to implement `sq_length` 2022-08-20 07:14:26 +01:00
test_sequence_pyproto.rs Use Python:;with_gil in tests 2022-07-19 19:34:23 +02:00
test_serde.rs Py/PyAny: remove PartialEq impl and add is() (#2183) 2022-02-25 19:39:45 +00:00
test_string.rs Use Python:;with_gil in tests 2022-07-19 19:34:23 +02:00
test_super.rs Add super object (#2486) 2022-07-03 19:21:15 +01:00
test_text_signature.rs Use Python:;with_gil in tests 2022-07-19 19:34:23 +02:00
test_unsendable_dict.rs Use Python:;with_gil in tests 2022-07-19 19:34:23 +02:00
test_variable_arguments.rs Use Python:;with_gil in tests 2022-07-19 19:34:23 +02:00
test_various.rs Use Python:;with_gil in tests 2022-07-19 19:34:23 +02:00
test_wrap_pyfunction_deduction.rs Add more lints 2022-03-23 08:07:28 +01:00