pyo3/tests
scalexm 7b5a076680 Add `#[classattr]` methods to define Python class attributes 2020-05-07 21:23:47 +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 Separate examples and tooling section in README and the guide 2020-04-02 23:56:19 +09:00
test_buffer_protocol.rs Merge branch 'master' into pycell 2020-02-25 20:15:17 +09:00
test_bytes.rs Remove test_get_pybytes 2019-10-20 15:12:17 +02:00
test_class_attributes.rs Add `#[classattr]` methods to define Python class attributes 2020-05-07 21:23:47 +02:00
test_class_basics.rs Fix for PyObject with `#[pyo3(get)]` 2020-02-07 19:31:13 +00:00
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 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 Modify existing `PyIteratorProtocol` tests to use `PyRef` where possible 2020-04-18 03:57:17 +02:00
test_exceptions.rs Bump minimum Rust version to 1.42.0-nightly 2020-02-09 10:54:00 +00:00
test_gc.rs Fix clippy warning about unused arguments in `tests/test_gc.rs` 2020-04-09 02:06:19 +02: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 Fix accidently changed file permission 2019-12-24 12:27:22 +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_pyself.rs Modify existing `PyIteratorProtocol` tests to use `PyRef` where possible 2020-04-18 03:57:17 +02:00
test_sequence.rs Expose PyAny to lib.rs and prelude 2020-03-18 13:38:18 +09: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