pyo3/tests
David Hewitt 246335bee2
Merge pull request #1505 from scalexm/macro
Ignore `syn::Type::Group` in `is_python`
2021-03-20 11:09:04 +00:00
..
ui Merge pull request #1507 from scalexm/getter-name 2021-03-20 16:23:07 +09:00
common.rs
test_arithmetics.rs
test_buffer_protocol.rs
test_bytes.rs
test_class_attributes.rs
test_class_basics.rs Merge pull request #1507 from scalexm/getter-name 2021-03-20 16:23:07 +09:00
test_class_conversion.rs
test_class_new.rs Use Python::with_gil and py_assert 2021-03-19 10:17:06 +08:00
test_compile_error.rs
test_datetime.rs
test_dict_iter.rs
test_dunder.rs Merge pull request #1494 from PyO3/enhance-py-run 2021-03-17 12:52:33 +09:00
test_exceptions.rs
test_frompyobject.rs
test_gc.rs
test_getter_setter.rs Use Python::with_gil and py_assert 2021-03-19 10:17:06 +08:00
test_inheritance.rs
test_mapping.rs
test_methods.rs 1505: add CHANGELOG and test 2021-03-20 08:36:19 +00:00
test_module.rs Remove __doc__ from module's __all__ 2021-03-20 11:25:36 +08:00
test_multiple_pymethods.rs
test_pyfunction.rs
test_pyself.rs
test_sequence.rs
test_serde.rs
test_string.rs
test_text_signature.rs
test_unsendable_dict.rs
test_variable_arguments.rs
test_various.rs