pyo3/tests
2023-12-19 20:59:57 +00:00
..
ui Add Py2 variants of PyDowncastError 2023-12-19 20:59:57 +00:00
test_anyhow.rs
test_append_to_inittab.rs add PyErr::display 2023-07-24 22:14:55 +01:00
test_arithmetics.rs Change return types of py.None(), py.NotImplemented() and py.Ellipsis() to typed singletons 2023-11-17 16:16:19 +00:00
test_buffer.rs tests/common.rs -> src/tests/common.rs 2023-09-24 13:34:53 +01:00
test_buffer_protocol.rs tests/common.rs -> src/tests/common.rs 2023-09-24 13:34:53 +01:00
test_bytes.rs tests/common.rs -> src/tests/common.rs 2023-09-24 13:34:53 +01:00
test_class_attributes.rs tests/common.rs -> src/tests/common.rs 2023-09-24 13:34:53 +01:00
test_class_basics.rs tests/common.rs -> src/tests/common.rs 2023-09-24 13:34:53 +01:00
test_class_conversion.rs Change return types of py.None(), py.NotImplemented() and py.Ellipsis() to typed singletons 2023-11-17 16:16:19 +00:00
test_class_new.rs add PyErr::display 2023-07-24 22:14:55 +01:00
test_compile_error.rs Merge pull request #3595 from davidhewitt/ok-wrap 2023-11-25 05:43:54 +00:00
test_coroutine.rs Rename name to qualname and full_name to name to better match Python 2023-12-19 16:51:24 +01:00
test_datetime.rs add as_ptr and into_ptr inherent methods 2023-08-11 10:49:42 +01:00
test_default_impls.rs tests/common.rs -> src/tests/common.rs 2023-09-24 13:34:53 +01:00
test_dict_iter.rs
test_enum.rs tests/common.rs -> src/tests/common.rs 2023-09-24 13:34:53 +01:00
test_exceptions.rs Change return types of py.None(), py.NotImplemented() and py.Ellipsis() to typed singletons 2023-11-17 16:16:19 +00:00
test_field_cfg.rs
test_frompyobject.rs Change return types of py.None(), py.NotImplemented() and py.Ellipsis() to typed singletons 2023-11-17 16:16:19 +00:00
test_gc.rs replace PyTryFrom by splitting PyTypeInfo 2023-12-05 08:01:30 +03:00
test_getter_setter.rs tests/common.rs -> src/tests/common.rs 2023-09-24 13:34:53 +01:00
test_inheritance.rs tests/common.rs -> src/tests/common.rs 2023-09-24 13:34:53 +01:00
test_macro_docs.rs tests/common.rs -> src/tests/common.rs 2023-09-24 13:34:53 +01:00
test_macros.rs tests/common.rs -> src/tests/common.rs 2023-09-24 13:34:53 +01:00
test_mapping.rs tests/common.rs -> src/tests/common.rs 2023-09-24 13:34:53 +01:00
test_methods.rs Rename name to qualname and full_name to name to better match Python 2023-12-19 16:51:24 +01:00
test_module.rs feat: allow classmethod/pass_module to receive owned types 2023-11-22 07:45:59 +01:00
test_multiple_pymethods.rs tests/common.rs -> src/tests/common.rs 2023-09-24 13:34:53 +01:00
test_no_imports.rs Change return types of py.None(), py.NotImplemented() and py.Ellipsis() to typed singletons 2023-11-17 16:16:19 +00:00
test_pep_587.rs
test_proto_methods.rs Transition is_true to is_truthy to clarify that the test is not based on identity with or equality to the True singleton. 2023-12-16 14:04:37 +01:00
test_pyfunction.rs tests/common.rs -> src/tests/common.rs 2023-09-24 13:34:53 +01:00
test_pyself.rs tests/common.rs -> src/tests/common.rs 2023-09-24 13:34:53 +01:00
test_sequence.rs tests/common.rs -> src/tests/common.rs 2023-09-24 13:34:53 +01:00
test_serde.rs fix test-serde beta clippy warning 2023-11-28 07:29:45 +00:00
test_static_slots.rs tests/common.rs -> src/tests/common.rs 2023-09-24 13:34:53 +01:00
test_string.rs tests/common.rs -> src/tests/common.rs 2023-09-24 13:34:53 +01:00
test_super.rs add Py2 as an internal API for optimization and dogfooding 2023-10-13 08:10:37 +02:00
test_text_signature.rs remove all functionality deprecated in 0.19 2023-11-27 22:02:19 +00:00
test_unsendable_dict.rs
test_variable_arguments.rs tests/common.rs -> src/tests/common.rs 2023-09-24 13:34:53 +01:00
test_various.rs tests/common.rs -> src/tests/common.rs 2023-09-24 13:34:53 +01:00
test_wrap_pyfunction_deduction.rs