pyo3/tests
kngwyu b86de9376d Introduce PyClassInitializer 2019-12-15 21:04:36 +09:00
..
ui Update trybuild 2019-09-28 15:19:11 +09:00
common.rs Expose py_run macro 2019-06-13 18:18:06 +09:00
test_arithmetics.rs [DOC] Add Python from Rust section in the guide 2019-09-23 21:44:42 +09:00
test_buffer_protocol.rs Remove mem::forget from PyBuffer::release 2019-09-14 16:56:11 +09:00
test_bytes.rs Remove test_get_pybytes 2019-10-20 15:12:17 +02:00
test_class_basics.rs Introduce PyInternalCaster 2019-12-14 23:16:39 +09:00
test_class_new.rs Introduce PyInternalCaster 2019-12-14 23:16:39 +09:00
test_compile_error.rs Do not execute test_compule_error in kcov 2019-07-13 15:00:19 +09:00
test_datetime.rs Introduce PyInternalCaster 2019-12-14 23:16:39 +09:00
test_dict_iter.rs Address clippy::unreadable_literal issues 2019-08-17 14:10:35 +02:00
test_dunder.rs Introduce PyClassInitializer 2019-12-15 21:04:36 +09:00
test_exceptions.rs Reguire GIL before constructing PyErr from Rust value 2019-09-07 15:38:59 +09:00
test_gc.rs Introduce PyClassInitializer 2019-12-15 21:04:36 +09:00
test_getter_setter.rs Introduce PyClassInitializer 2019-12-15 21:04:36 +09:00
test_inheritance.rs Introduce PyClassInitializer 2019-12-15 21:04:36 +09:00
test_mapping.rs Introduce PyInternalCaster 2019-12-14 23:16:39 +09:00
test_methods.rs Introduce PyInternalCaster 2019-12-14 23:16:39 +09:00
test_module.rs Document and test argument parsing annotations for pyfunctions 2019-06-16 22:13:50 +09:00
test_pyself.rs Introduce PyInternalCaster 2019-12-14 23:16:39 +09:00
test_sequence.rs Introduce PyInternalCaster 2019-12-14 23:16:39 +09:00
test_string.rs Guard against PyUnicode_AsUTF8AndSize returning null 2019-10-23 00:39:47 +02:00
test_text_signature.rs Introduce PyInternalCaster 2019-12-14 23:16:39 +09:00
test_variable_arguments.rs Expose py_run macro 2019-06-13 18:18:06 +09:00
test_various.rs Introduce PyInternalCaster 2019-12-14 23:16:39 +09:00