pyo3/tests
2022-03-03 07:23:28 +00:00
..
not_msrv
ui Merge pull request #2165 from mejrs/auto_trait 2022-02-23 07:16:17 +00:00
common.rs
test_anyhow.rs clippy: enable some more lints 2022-03-03 07:23:28 +00:00
test_arithmetics.rs
test_arithmetics_protos.rs
test_buffer.rs
test_buffer_protocol.rs
test_buffer_protocol_pyproto.rs pyproto: deprecate protocol traits 2022-02-23 07:50:52 +00:00
test_bytes.rs
test_class_attributes.rs
test_class_basics.rs
test_class_conversion.rs
test_class_new.rs
test_compile_error.rs
test_datetime.rs
test_default_impls.rs
test_dict_iter.rs
test_enum.rs
test_exceptions.rs
test_frompyobject.rs Add documentation related to from_py_with for the FromPyObject trait 2022-02-24 22:54:30 +01:00
test_gc.rs clippy: enable some more lints 2022-03-03 07:23:28 +00:00
test_gc_pyproto.rs pyproto: deprecate protocol traits 2022-02-23 07:50:52 +00:00
test_getter_setter.rs
test_inheritance.rs
test_macros.rs
test_mapping.rs
test_mapping_pyproto.rs pyproto: deprecate protocol traits 2022-02-23 07:50:52 +00:00
test_methods.rs clippy: enable some more lints 2022-03-03 07:23:28 +00:00
test_module.rs clippy: enable some more lints 2022-03-03 07:23:28 +00:00
test_multiple_pymethods.rs
test_not_msrv.rs
test_proto_methods.rs Protocols: implement __getattribute__ 2022-02-26 20:05:50 +01:00
test_pyfunction.rs
test_pyproto.rs pyproto: deprecate protocol traits 2022-02-23 07:50:52 +00:00
test_pyself.rs
test_sequence.rs clippy: enable some more lints 2022-03-03 07:23:28 +00:00
test_sequence_pyproto.rs clippy: enable some more lints 2022-03-03 07:23:28 +00:00
test_serde.rs Py/PyAny: remove PartialEq impl and add is() (#2183) 2022-02-25 19:39:45 +00:00
test_string.rs
test_text_signature.rs
test_unsendable_dict.rs
test_variable_arguments.rs
test_various.rs
test_wrap_pyfunction_deduction.rs