pyo3/tests
David Hewitt 565e36d989
Merge pull request #1098 from davidhewitt/py-as-into-ref
Py::as_ref and Py::into_ref (remove AsPyRef)
2020-08-11 20:44:53 +01:00
..
ui Remove AsPyRef for just Py::as_ref 2020-08-09 22:47:54 +01:00
common.rs
test_arithmetics.rs Various fixes to edge cases with GILGuard 2020-08-06 14:32:59 +01:00
test_buffer_protocol.rs
test_bytes.rs
test_class_attributes.rs
test_class_basics.rs Change unsendable test to use Rust thread 2020-08-08 17:45:41 +01:00
test_class_conversion.rs
test_class_new.rs
test_compile_error.rs
test_datetime.rs
test_dict_iter.rs
test_dunder.rs Improve lifetime insertions for #[pyproto] 2020-08-10 15:18:16 +09:00
test_exceptions.rs
test_gc.rs Various fixes to edge cases with GILGuard 2020-08-06 14:32:59 +01:00
test_getter_setter.rs
test_inheritance.rs
test_mapping.rs
test_methods.rs
test_module.rs Various fixes to edge cases with GILGuard 2020-08-06 14:32:59 +01:00
test_pyfunction.rs
test_pyself.rs Remove AsPyRef for just Py::as_ref 2020-08-09 22:47:54 +01:00
test_sequence.rs
test_string.rs
test_text_signature.rs
test_unsendable_dict.rs
test_variable_arguments.rs
test_various.rs Remove AsPyRef for just Py::as_ref 2020-08-09 22:47:54 +01:00