pyo3/tests
Yuji Kanagawa d860ee3f21
Merge pull request #597 from kngwyu/err-nosegv
Reguire GIL before constructing PyErr from Rust value
2019-09-28 15:11:23 +09:00
..
ui Update UI test 2019-09-23 19:26:34 +09:00
common.rs
test_arithmetics.rs
test_buffer_protocol.rs Remove mem::forget from PyBuffer::release 2019-09-14 16:56:11 +09:00
test_class_basics.rs
test_class_new.rs
test_compile_error.rs
test_datetime.rs Address clippy::into_iter_on_ref issues 2019-08-17 15:27:05 +02:00
test_dict_iter.rs
test_dunder.rs Replace IntoPyObject with IntoPy<PyObject> 2019-08-24 19:23:28 +02:00
test_exceptions.rs Reguire GIL before constructing PyErr from Rust value 2019-09-07 15:38:59 +09:00
test_gc.rs Replace IntoPyObject with IntoPy<PyObject> 2019-08-24 19:23:28 +02:00
test_getter_setter.rs
test_inheritance.rs
test_methods.rs
test_module.rs
test_pyself.rs Enable slf: PyRef<'py, Self> 2019-09-02 00:31:22 +09:00
test_sequence.rs Address clippy::map_clone issues 2019-08-17 14:10:36 +02:00
test_variable_arguments.rs
test_various.rs Address clippy::into_iter_on_array issues 2019-08-17 14:10:36 +02:00