pyo3/tests
2022-02-24 00:06:33 +01: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
test_arithmetics.rs pymethods: more tests for magic methods 2022-02-16 07:42:25 +00:00
test_arithmetics_protos.rs
test_buffer.rs python-3.11: support buffer API on abi3 2022-02-06 22:46:45 +00:00
test_buffer_protocol.rs python-3.11: support buffer API on abi3 2022-02-06 22:46:45 +00:00
test_buffer_protocol_pyproto.rs python-3.11: support buffer API on abi3 2022-02-06 22:46:45 +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 Try to add nightly feature to CI 2022-02-22 22:43:40 +01:00
test_datetime.rs
test_default_impls.rs
test_dict_iter.rs
test_enum.rs Finish implementation for pyclass enums 2022-02-07 22:17:11 +00:00
test_exceptions.rs
test_frompyobject.rs Support from_py_with on struct tuples 2022-02-24 00:06:33 +01:00
test_gc.rs pyclass: deprecate gc option 2022-02-15 08:01:46 +00:00
test_gc_pyproto.rs pyclass: deprecate gc option 2022-02-15 08:01:46 +00:00
test_getter_setter.rs
test_inheritance.rs
test_macros.rs
test_mapping.rs
test_mapping_pyproto.rs
test_methods.rs
test_module.rs
test_multiple_pymethods.rs
test_not_msrv.rs
test_proto_methods.rs pymethods: more tests for magic methods 2022-02-16 07:42:25 +00:00
test_pyfunction.rs Include the causes when throwing a PyTypeError when argument parsing failed 2022-02-22 09:48:41 +01:00
test_pyproto.rs
test_pyself.rs
test_sequence.rs pymethods: more tests for magic methods 2022-02-16 07:42:25 +00:00
test_sequence_pyproto.rs
test_serde.rs
test_string.rs
test_text_signature.rs
test_unsendable_dict.rs
test_variable_arguments.rs
test_various.rs
test_wrap_pyfunction_deduction.rs