pyo3/tests
David Hewitt 55488d3880
Merge pull request #3818 from davidhewitt/datetime-segv
fix segmentation fault when `datetime` module is invalid
2024-02-11 09:04:32 +00:00
..
ui ci: updates for rust 1.76 2024-02-08 21:13:58 +00:00
test_anyhow.rs port `Python::run` to `Bound` API 2024-02-09 22:09:16 +01:00
test_append_to_inittab.rs port `Python::run` to `Bound` API 2024-02-09 22:09:16 +01:00
test_arithmetics.rs Revert "Merge pull request #3578 from davidhewitt/typed-helpers" 2024-02-03 20:56:23 +00:00
test_buffer.rs remove internal uses of `_Py_NewRef` 2024-01-27 12:07:46 +00:00
test_buffer_protocol.rs port `IntoPyDict` to `Bound` API 2024-02-10 15:47:26 +01:00
test_bytes.rs add `PyBytes::new_bound` 2024-02-01 08:52:28 +00:00
test_class_attributes.rs add `Bound` constructor for `PyBool` 2024-02-03 12:06:50 +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 Revert "Merge pull request #3578 from davidhewitt/typed-helpers" 2024-02-03 20:56:23 +00:00
test_class_new.rs port `IntoPyDict` to `Bound` API 2024-02-10 15:47:26 +01:00
test_compile_error.rs feat: support pyclass on complex enums 2024-01-18 22:04:42 +09:00
test_coroutine.rs port `IntoPyDict` to `Bound` API 2024-02-10 15:47:26 +01:00
test_datetime.rs port `IntoPyDict` to `Bound` API 2024-02-10 15:47:26 +01:00
test_datetime_import.rs fix segmentation fault when `datetime` module is invalid 2024-02-11 02:44:31 +00:00
test_default_impls.rs tests/common.rs -> src/tests/common.rs 2023-09-24 13:34:53 +01:00
test_dict_iter.rs port `IntoPyDict` to `Bound` API 2024-02-10 15:47:26 +01:00
test_enum.rs tests/common.rs -> src/tests/common.rs 2023-09-24 13:34:53 +01:00
test_exceptions.rs Revert "Merge pull request #3578 from davidhewitt/typed-helpers" 2024-02-03 20:56:23 +00:00
test_field_cfg.rs Resolve nightly clippy warning in test_field_cfg 2023-07-11 05:55:57 -04:00
test_frompyobject.rs port `Python::eval` to `Bound` API 2024-02-09 17:52:00 +01:00
test_gc.rs port `Python::run` to `Bound` API 2024-02-09 22:09:16 +01:00
test_getter_setter.rs port `IntoPyDict` to `Bound` API 2024-02-10 15:47:26 +01:00
test_inheritance.rs port `IntoPyDict` to `Bound` API 2024-02-10 15:47:26 +01:00
test_macro_docs.rs port `IntoPyDict` to `Bound` API 2024-02-10 15:47:26 +01:00
test_macros.rs tests/common.rs -> src/tests/common.rs 2023-09-24 13:34:53 +01:00
test_mapping.rs port `IntoPyDict` to `Bound` API 2024-02-10 15:47:26 +01:00
test_methods.rs port `IntoPyDict` to `Bound` API 2024-02-10 15:47:26 +01:00
test_module.rs port `IntoPyDict` to `Bound` API 2024-02-10 15:47:26 +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 port `IntoPyDict` to `Bound` API 2024-02-10 15:47:26 +01:00
test_proto_methods.rs port `Python::run` to `Bound` API 2024-02-09 22:09:16 +01:00
test_pyfunction.rs PyCFunction bound api 2024-02-06 18:44:53 +01:00
test_pyself.rs add `PyString::new_bound` 2024-01-29 13:14:00 +00:00
test_sequence.rs port `IntoPyDict` to `Bound` API 2024-02-10 15:47:26 +01:00
test_serde.rs fix test-serde beta clippy warning 2023-11-28 07:29:45 +00:00
test_static_slots.rs port `IntoPyDict` to `Bound` API 2024-02-10 15:47:26 +01:00
test_string.rs tests/common.rs -> src/tests/common.rs 2023-09-24 13:34:53 +01:00
test_super.rs add `gil-refs` feature to aid migration 2023-12-29 14:42:31 +00:00
test_text_signature.rs remove all functionality deprecated in 0.19 2023-11-27 22:02:19 +00:00
test_unsendable_dict.rs Use Python:;with_gil in tests 2022-07-19 19:34:23 +02:00
test_variable_arguments.rs tests/common.rs -> src/tests/common.rs 2023-09-24 13:34:53 +01:00
test_various.rs add new `PyTuple` constructors 2023-12-30 21:37:46 +00:00
test_wrap_pyfunction_deduction.rs Add more lints 2022-03-23 08:07:28 +01:00