pyo3/tests
David Hewitt c58ff7758c pypy: disable PyFunction 2022-08-13 17:51:10 +01:00
..
not_msrv
ui ci: ui tests for 1.63 2022-08-12 07:26:29 +01:00
common.rs
test_anyhow.rs
test_append_to_inittab.rs
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
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
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
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
test_mutable_pyclass.rs
test_not_msrv.rs
test_pep_587.rs
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 pypy: disable PyFunction 2022-08-13 17:51:10 +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 Update PyTryFrom for PyMapping and PySequence to more accurately check types (#2477) 2022-08-10 21:03:18 +01:00
test_sequence_pyproto.rs Use Python:;with_gil in tests 2022-07-19 19:34:23 +02:00
test_serde.rs
test_string.rs Use Python:;with_gil in tests 2022-07-19 19:34:23 +02:00
test_super.rs
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