pyo3/tests
scalexm 649b439463 Allow #[pyclass(name = "string literal")]
This is also more in line with the `#[name = "..."]` attribute on
methods.
2020-11-27 18:45:07 +01:00
..
ui Allow #[pyclass(name = "string literal")] 2020-11-27 18:45:07 +01:00
common.rs
test_arithmetics.rs
test_buffer_protocol.rs
test_bytes.rs
test_class_attributes.rs
test_class_basics.rs
test_class_conversion.rs
test_class_new.rs
test_compile_error.rs rust-1.48: fix tests and warnings 2020-11-19 12:49:29 +00:00
test_datetime.rs msrv: bump to 1.45 2020-11-12 11:33:08 +00:00
test_dict_iter.rs
test_dunder.rs
test_exceptions.rs
test_frompyobject.rs
test_gc.rs msrv: bump to 1.45 2020-11-12 11:33:08 +00:00
test_getter_setter.rs
test_inheritance.rs pyerr: improve debug & display impls 2020-11-15 16:22:45 +00:00
test_mapping.rs
test_methods.rs
test_module.rs
test_pyfunction.rs
test_pyself.rs
test_sequence.rs msrv: bump to 1.45 2020-11-12 11:33:08 +00:00
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