pyo3/tests
2020-06-30 17:58:31 +09:00
..
ui Introduce #[pyclass(unsendable)] 2020-06-30 12:30:17 +09:00
common.rs
test_arithmetics.rs Allow skipping the return type completely for #[pyproto] methods returning (). 2020-06-23 11:51:02 +01:00
test_buffer_protocol.rs Allow skipping the return type completely for #[pyproto] methods returning (). 2020-06-23 11:51:02 +01:00
test_bytes.rs
test_class_attributes.rs Re-enable recursive class attributes 2020-06-23 22:40:29 +02:00
test_class_basics.rs Skip panic_unsendable test if -Cpanic=abort is given 2020-06-30 17:58:31 +09:00
test_class_conversion.rs
test_class_new.rs
test_compile_error.rs Apply suggestions from code review 2020-06-27 14:56:15 +01:00
test_datetime.rs
test_dict_iter.rs
test_dunder.rs Allow skipping the return type completely for #[pyproto] methods returning (). 2020-06-23 11:51:02 +01:00
test_exceptions.rs
test_gc.rs
test_getter_setter.rs Allow #[getter] and #[setter] functions to take PyRef 2020-06-27 14:55:22 +01:00
test_inheritance.rs
test_mapping.rs Allow skipping the return type completely for #[pyproto] methods returning (). 2020-06-23 11:51:02 +01:00
test_methods.rs
test_module.rs
test_pyfunction.rs
test_pyself.rs Allow skipping the return type completely for #[pyproto] methods returning (). 2020-06-23 11:51:02 +01:00
test_sequence.rs Allow skipping the return type completely for #[pyproto] methods returning (). 2020-06-23 11:51:02 +01:00
test_string.rs
test_text_signature.rs
test_variable_arguments.rs
test_various.rs