pyo3/tests
2021-08-23 15:47:09 +02:00
..
ui pyany: add PyAny::py() 2021-08-13 08:00:13 +01:00
common.rs
test_arithmetics.rs pyany: add PyAny::py() 2021-08-13 08:00:13 +01:00
test_buffer.rs
test_buffer_protocol.rs
test_bytes.rs Add wrap_pyfunction macro to prelude 2021-06-24 22:34:55 +08:00
test_class_attributes.rs tests: fix new clippy warning (does not like Foo::foo) 2021-08-23 15:47:09 +02:00
test_class_basics.rs
test_class_conversion.rs
test_class_new.rs
test_compile_error.rs coverage: also run compile_error tests 2021-08-07 22:45:07 +01:00
test_datetime.rs rust: updates for rust & clippy 1.54 2021-07-31 08:19:38 +01:00
test_dict_iter.rs
test_dunder.rs
test_exceptions.rs Add wrap_pyfunction macro to prelude 2021-06-24 22:34:55 +08:00
test_frompyobject.rs Replaced require_gil with Python::with_gil in test_frompyobject.rs. Removed all unsafe code from macro generated code. Two other small fixes 2021-08-02 09:49:13 +02:00
test_gc.rs
test_getter_setter.rs macros: raise AttributeError on property deletion requests 2021-08-13 21:01:00 -07:00
test_inheritance.rs pyclass: refactor initialization, call native type dealloc 2021-06-23 07:45:51 +01:00
test_macros.rs Add wrap_pyfunction macro to prelude 2021-06-24 22:34:55 +08:00
test_mapping.rs
test_methods.rs Add a test 2021-06-25 00:18:53 +02:00
test_module.rs macros-backend: don't error on #[doc(hidden)] 2021-07-08 23:41:24 +01:00
test_multiple_pymethods.rs
test_proc_macro_hygiene.rs remove shadowing 2021-08-17 21:38:28 +02:00
test_pyfunction.rs Add wrap_pyfunction macro to prelude 2021-06-24 22:34:55 +08:00
test_pyself.rs
test_sequence.rs
test_serde.rs
test_string.rs Add wrap_pyfunction macro to prelude 2021-06-24 22:34:55 +08:00
test_text_signature.rs Add wrap_pyfunction macro to prelude 2021-06-24 22:34:55 +08:00
test_unsendable_dict.rs
test_variable_arguments.rs
test_various.rs Add wrap_pyfunction macro to prelude 2021-06-24 22:34:55 +08:00
test_wrap_pyfunction_deduction.rs Add wrap_pyfunction macro to prelude 2021-06-24 22:34:55 +08:00