pyo3/tests
David Hewitt 7572962828 abi3: add support for dict and weakref from Python 3.9 2020-12-28 10:22:46 +00:00
..
ui deprecate pyclass name without quotes 2020-12-12 11:11:11 +00:00
common.rs Refactor py_expect_exception to also verify error string representation 2020-10-13 14:02:14 -08:00
test_arithmetics.rs Refactor py_expect_exception to also verify error string representation 2020-10-13 14:02:14 -08:00
test_buffer_protocol.rs Get all the tests building, everythign except doctests passes! 2020-09-16 08:42:22 -04:00
test_bytes.rs Make python function wrapper creation fallible. 2020-09-03 15:48:32 +02:00
test_class_attributes.rs Proof of concept of using PEP384s PyType_Spec 2020-09-02 16:54:39 -04:00
test_class_basics.rs deprecate pyclass name without quotes 2020-12-12 11:11:11 +00:00
test_class_conversion.rs Proof of concept of using PEP384s PyType_Spec 2020-09-02 16:54:39 -04:00
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 abi3: add support for dict and weakref from Python 3.9 2020-12-28 10:22:46 +00:00
test_exceptions.rs Merge pull request #1115 from davidhewitt/std-py-err 2020-09-10 21:17:11 +01:00
test_frompyobject.rs Change wording of PyDowncastError display implementation 2020-10-14 17:32:00 -08:00
test_gc.rs abi3: add support for dict and weakref from Python 3.9 2020-12-28 10:22:46 +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 Implement std::error::Error for PyErr 2020-09-10 19:04:24 +01:00
test_methods.rs Merge branch 'master' into abi3-merge-master 2020-10-10 10:11:49 -04:00
test_module.rs Change add_function, ensure static docstrings. 2020-09-09 12:37:37 +02:00
test_pyfunction.rs Merge branch 'master' into abi3-merge-master 2020-10-18 10:47:06 -04:00
test_pyself.rs Remove AsPyRef for just Py::as_ref 2020-08-09 22:47:54 +01:00
test_sequence.rs msrv: bump to 1.45 2020-11-12 11:33:08 +00:00
test_string.rs Add argument name to TypeError messages caused during argument conversion 2020-10-14 17:32:00 -08:00
test_text_signature.rs Fix #1285, text_signature and raw ident interaction 2020-11-19 17:21:02 +00:00
test_unsendable_dict.rs abi3: add support for dict and weakref from Python 3.9 2020-12-28 10:22:46 +00:00
test_variable_arguments.rs
test_various.rs abi3: add support for dict and weakref from Python 3.9 2020-12-28 10:22:46 +00:00