pyo3/tests
Ashley Anderson bde5102eb8
Increasing test coverage (#2462)
* cov: src/buffer.rs - add tests for debug and element from format

* cov: src/buffer.rs - add some fortran-specific calls in test_array_buffer

* fix issues in MSRV

* cov: src/types/function.rs - directly call PyCFunction::new and PyCFunction::new_with_keywords

* docs: clarify docs of PyCFunction::new and PyCFunction::new_with_keywords

* revert added rust-version for MSRV in Cargo.toml

* cov: src/types/slice.rs - simple tests for PySliceIndices::new

* fix for multi-platform

* Update src/types/function.rs

Co-authored-by: David Hewitt <1939362+davidhewitt@users.noreply.github.com>

* cov: src/buffer.rs - a better PyBuffer Debug test

Co-authored-by: David Hewitt <1939362+davidhewitt@users.noreply.github.com>
2022-06-23 21:30:22 +01:00
..
not_msrv
ui pyclass: switch from immutable to frozen 2022-06-19 21:18:15 +01:00
common.rs
test_anyhow.rs clippy: enable some more lints 2022-03-03 07:23:28 +00:00
test_append_to_inittab.rs Add macro append_to_inittab 2022-05-24 07:42:15 +01:00
test_arithmetics.rs Add more lints 2022-03-23 08:07:28 +01:00
test_arithmetics_protos.rs Add more lints 2022-03-23 08:07:28 +01:00
test_buffer.rs Add more lints 2022-03-23 08:07:28 +01:00
test_buffer_protocol.rs Add more lints 2022-03-23 08:07:28 +01:00
test_buffer_protocol_pyproto.rs Add more lints 2022-03-23 08:07:28 +01:00
test_bytes.rs Add more lints 2022-03-23 08:07:28 +01:00
test_class_attributes.rs Allow #[classattr] take Python argument 2022-06-16 13:08:53 +03:00
test_class_basics.rs Avoid UB in *_offset methods 2022-06-12 15:11:39 +02:00
test_class_conversion.rs Add more lints 2022-03-23 08:07:28 +01:00
test_class_new.rs
test_compile_error.rs pyclass: switch from immutable to frozen 2022-06-19 21:18:15 +01:00
test_datetime.rs Add more lints 2022-03-23 08:07:28 +01:00
test_default_impls.rs fix some typos 2022-04-24 22:06:32 +08:00
test_dict_iter.rs Set up CI for wasm32-emscripten target (#2436) 2022-06-08 05:59:18 +01:00
test_enum.rs macros: Support #[pyo3(name)] on enum variants 2022-06-22 09:36:40 -04:00
test_exceptions.rs Set up CI for wasm32-emscripten target (#2436) 2022-06-08 05:59:18 +01:00
test_frompyobject.rs frompyobject: fix `from_py_with` ignored for transparent structs 2022-06-09 06:49:25 +01:00
test_gc.rs cleanup: deprecate PyTypeObject trait 2022-04-23 13:36:32 +01:00
test_gc_pyproto.rs cleanup: deprecate PyTypeObject trait 2022-04-23 13:36:32 +01:00
test_getter_setter.rs Add more lints 2022-03-23 08:07:28 +01:00
test_inheritance.rs ffi: many fixes to pypy definitions 2022-06-04 12:47:40 +01:00
test_macros.rs
test_mapping.rs pyclass: mapping flag 2022-04-02 16:15:44 +01:00
test_mapping_pyproto.rs Add more lints 2022-03-23 08:07:28 +01:00
test_methods.rs macros: fix raw-ident pyclasses having r# at the start of the Python name 2022-05-24 21:34:23 +01:00
test_module.rs Add more lints 2022-03-23 08:07:28 +01:00
test_multiple_pymethods.rs cleanup: deprecate PyTypeObject trait 2022-04-23 13:36:32 +01:00
test_mutable_pyclass.rs pyclass: switch from immutable to frozen 2022-06-19 21:18:15 +01:00
test_not_msrv.rs
test_pep_587.rs add regression test for PEP 587 2022-05-15 16:08:21 +01:00
test_proto_methods.rs Set up CI for wasm32-emscripten target (#2436) 2022-06-08 05:59:18 +01:00
test_pyfunction.rs Increasing test coverage (#2462) 2022-06-23 21:30:22 +01:00
test_pyproto.rs pyproto: deprecate protocol traits 2022-02-23 07:50:52 +00:00
test_pyself.rs Add more lints 2022-03-23 08:07:28 +01:00
test_sequence.rs Add more lints 2022-03-23 08:07:28 +01:00
test_sequence_pyproto.rs Add more lints 2022-03-23 08:07:28 +01:00
test_serde.rs Py/PyAny: remove PartialEq impl and add is() (#2183) 2022-02-25 19:39:45 +00:00
test_string.rs
test_text_signature.rs Add more lints 2022-03-23 08:07:28 +01:00
test_unsendable_dict.rs
test_variable_arguments.rs
test_various.rs Add more lints 2022-03-23 08:07:28 +01:00
test_wrap_pyfunction_deduction.rs Add more lints 2022-03-23 08:07:28 +01:00