pyo3/tests
2023-06-07 21:15:38 +02:00
..
ui Bump Rust edition to 2021 and make current Clippy happy. 2023-06-07 21:15:38 +02:00
common.rs Factor out UnraisableCapture helper type and use it to check that dropping unsendable elsewhere calls into sys.unraisablehook 2023-05-25 20:17:55 +02:00
test_anyhow.rs
test_append_to_inittab.rs
test_arithmetics.rs
test_buffer.rs
test_buffer_protocol.rs Factor out UnraisableCapture helper type and use it to check that dropping unsendable elsewhere calls into sys.unraisablehook 2023-05-25 20:17:55 +02:00
test_bytes.rs
test_class_attributes.rs Remove unmatched cfg and unused rustup component. 2023-06-05 09:36:13 +02:00
test_class_basics.rs Factor out UnraisableCapture helper type and use it to check that dropping unsendable elsewhere calls into sys.unraisablehook 2023-05-25 20:17:55 +02:00
test_class_conversion.rs
test_class_new.rs
test_compile_error.rs Replace the nightly UI tests by doctests since we cannot keep up with the changing error outputs of nightly in any case. 2023-05-25 21:37:32 +02:00
test_datetime.rs refactor PyAny::is_instance_of for performance 2023-05-18 22:25:27 +01:00
test_default_impls.rs
test_dict_iter.rs
test_enum.rs
test_exceptions.rs Factor out UnraisableCapture helper type and use it to check that dropping unsendable elsewhere calls into sys.unraisablehook 2023-05-25 20:17:55 +02:00
test_field_cfg.rs Add test 2022-12-28 23:11:39 +01:00
test_frompyobject.rs fix clippy warnings uncovered by msrv bump 2023-06-05 07:08:27 +01:00
test_gc.rs Add additional tests for #3165. 2023-05-25 21:31:17 +02:00
test_getter_setter.rs fix clippy warnings uncovered by msrv bump 2023-06-05 07:08:27 +01:00
test_inheritance.rs refactor PyAny::is_instance_of for performance 2023-05-18 22:25:27 +01:00
test_macro_docs.rs Drop test indirection required only until Rust 1.54. 2023-06-05 12:43:15 +02:00
test_macros.rs
test_mapping.rs
test_methods.rs Fix a span site of _slf for custom receivers. 2023-05-23 10:25:57 +09:00
test_module.rs
test_multiple_pymethods.rs
test_no_imports.rs fix clippy warnings uncovered by msrv bump 2023-06-05 07:08:27 +01:00
test_pep_587.rs
test_proto_methods.rs fix clippy warnings uncovered by msrv bump 2023-06-05 07:08:27 +01:00
test_pyfunction.rs Add test case requiring the maximum lifetime of the holder references. 2023-05-06 12:42:05 +02:00
test_pyself.rs
test_sequence.rs remove Python::acquire_gil 2023-05-09 09:39:23 +02:00
test_serde.rs
test_static_slots.rs Test static __getitem__ as well as __len__ 2023-03-18 13:56:51 +00:00
test_string.rs
test_super.rs
test_text_signature.rs Do not assert class text signature using the limited API before version 3.10 as we do not support it. 2023-05-04 18:28:43 +02:00
test_unsendable_dict.rs
test_variable_arguments.rs
test_variable_arguments_deprecated.rs
test_various.rs
test_wrap_pyfunction_deduction.rs