pyo3/tests
2020-12-20 13:50:39 +00:00
..
ui deprecate pyclass name without quotes 2020-12-12 11:11:11 +00:00
common.rs
test_arithmetics.rs
test_buffer_protocol.rs
test_bytes.rs
test_class_attributes.rs
test_class_basics.rs deprecate pyclass name without quotes 2020-12-12 11:11:11 +00:00
test_class_conversion.rs
test_class_new.rs pyclass #[new]: allow using custom error type 2020-12-13 23:50:03 +00:00
test_compile_error.rs rust-1.48: fix tests and warnings 2020-11-19 12:49:29 +00:00
test_datetime.rs Use #[cfg(not(Py_LIMITED_API))] for datetime API 2020-12-20 12:20:35 +00:00
test_dict_iter.rs
test_dunder.rs
test_exceptions.rs
test_frompyobject.rs
test_gc.rs pypy: final fix 2020-12-20 13:50:39 +00:00
test_getter_setter.rs
test_inheritance.rs
test_mapping.rs
test_methods.rs
test_module.rs
test_pyfunction.rs
test_pyself.rs
test_sequence.rs
test_string.rs
test_text_signature.rs Fix #1285, text_signature and raw ident interaction 2020-11-19 17:21:02 +00:00
test_unsendable_dict.rs
test_variable_arguments.rs
test_various.rs