pyo3/tests
Alexander Niederbühl bcf48c0bd2 Fix clippy lints 2020-06-05 13:53:01 +02:00
..
ui Simplify callback code using callback_body! macro 2020-05-05 00:27:50 +01:00
common.rs Inhibit positional args after * 2020-03-06 14:01:27 +09:00
test_arithmetics.rs Use PyMethodsImpl instead of *ProtocolImpl::methods 2020-05-11 20:08:21 +09:00
test_buffer_protocol.rs Merge branch 'master' into pycell 2020-02-25 20:15:17 +09:00
test_bytes.rs Add conversion table to guide 2020-05-19 22:22:38 +01:00
test_class_attributes.rs Allow `#[classattr]` on associated constants 2020-05-08 22:30:49 +02:00
test_class_basics.rs Remove GetPropertyValue 2020-05-21 18:06:24 +01:00
test_class_conversion.rs Remove ObjectProtocol; Add methods to PyAny and use Deref 2020-05-08 10:05:19 +01:00
test_class_new.rs Fix PyCell to share BorrowFlag with parents 2020-02-15 18:13:39 +09:00
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 Address clippy::unreadable_literal issues 2019-08-17 14:10:35 +02:00
test_dunder.rs Use PyMethodsImpl instead of *ProtocolImpl::methods 2020-05-11 20:08:21 +09:00
test_exceptions.rs Bump minimum Rust version to 1.42.0-nightly 2020-02-09 10:54:00 +00:00
test_gc.rs Remove ObjectProtocol; Add methods to PyAny and use Deref 2020-05-08 10:05:19 +01:00
test_getter_setter.rs Introduce PyClassInitializer 2019-12-15 21:04:36 +09:00
test_inheritance.rs Expose PyAny to lib.rs and prelude 2020-03-18 13:38:18 +09:00
test_mapping.rs Use PyMethodsImpl instead of *ProtocolImpl::methods 2020-05-11 20:08:21 +09:00
test_methods.rs Retrieve FromPyObject implementation for &PySequence 2020-03-22 20:00:21 +09:00
test_module.rs Fix PyModule::dict 2020-03-16 15:45:54 +09:00
test_pyfunction.rs Fix passing explicit None to pyfunction with default 2020-05-17 19:19:33 +01:00
test_pyself.rs Fix clippy lints 2020-06-05 13:53:01 +02:00
test_sequence.rs Remove GetPropertyValue 2020-05-21 18:06:24 +01:00
test_string.rs Guard against PyUnicode_AsUTF8AndSize returning null 2019-10-23 00:39:47 +02:00
test_text_signature.rs Rename PyClassShell with PyCell 2020-02-08 15:05:13 +09:00
test_variable_arguments.rs Expose py_run macro 2019-06-13 18:18:06 +09:00
test_various.rs Fix PySelf and AsPyRef 2020-02-16 23:54:55 +09:00