pyo3/tests
Yuji Kanagawa 5e285fda78
Fix synchronization of datetime tests (#867)
* Fix synchronization of datetime tests

* Use Mutex instead of RawMutex
2020-04-11 19:10:16 +09:00
..
ui Apply suggestions from code review 2020-03-23 13:18:38 +09: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
test_class_basics.rs
test_class_conversion.rs Fix PySelf and AsPyRef 2020-02-16 23:54:55 +09:00
test_class_new.rs Fix PyCell to share BorrowFlag with parents 2020-02-15 18:13:39 +09:00
test_compile_error.rs More ergonomic error messages for invalid #[pyclass] args 2020-03-22 17:13:02 +09:00
test_datetime.rs Fix synchronization of datetime tests (#867) 2020-04-11 19:10:16 +09:00
test_dict_iter.rs
test_dunder.rs chmod -x for test files 2020-03-27 00:41:01 +09:00
test_exceptions.rs
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
test_inheritance.rs Expose PyAny to lib.rs and prelude 2020-03-18 13:38:18 +09:00
test_mapping.rs
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 Merge branch 'master' into pycell 2020-02-17 00:07:15 +09:00
test_sequence.rs Expose PyAny to lib.rs and prelude 2020-03-18 13:38:18 +09:00
test_string.rs
test_text_signature.rs
test_variable_arguments.rs
test_various.rs Fix PySelf and AsPyRef 2020-02-16 23:54:55 +09:00