pyo3/tests
2020-05-02 13:16:22 +01:00
..
ui Fix lifetime safety bug of AsPyRef::as_ref(). (#876) 2020-04-20 18:44:31 +01:00
common.rs
test_arithmetics.rs
test_buffer_protocol.rs
test_bytes.rs
test_class_basics.rs
test_class_conversion.rs Allow use of #[pyo3(get, set)] with Py<T> 2020-04-22 22:21:27 +01:00
test_class_new.rs
test_compile_error.rs Fix lifetime safety bug of AsPyRef::as_ref(). (#876) 2020-04-20 18:44:31 +01:00
test_datetime.rs Thread-safe release pools 2020-05-02 13:16:22 +01:00
test_dict_iter.rs
test_dunder.rs Modify existing PyIteratorProtocol tests to use PyRef where possible 2020-04-18 03:57:17 +02:00
test_exceptions.rs
test_gc.rs
test_getter_setter.rs
test_inheritance.rs
test_mapping.rs
test_methods.rs
test_module.rs
test_pyself.rs Modify existing PyIteratorProtocol tests to use PyRef where possible 2020-04-18 03:57:17 +02:00
test_sequence.rs
test_string.rs
test_text_signature.rs
test_variable_arguments.rs
test_various.rs