pyo3/tests
2020-03-04 20:25:30 +09:00
..
ui Merge branch 'master' into pycell 2020-02-17 00:07:15 +09:00
common.rs
test_arithmetics.rs Fix accidently changed file permission 2019-12-24 12:27:22 +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 Fix for PyObject with #[pyo3(get)] 2020-02-07 19:31:13 +00:00
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 Refactor to clean up property descriptor macros 2020-02-08 18:57:30 +00:00
test_datetime.rs Add debug output for flaky test 2020-01-12 15:44:42 +01:00
test_dict_iter.rs
test_dunder.rs Make it enable to take &PyClass as arguments as pyfunctions/methods 2020-03-04 13:37:26 +09:00
test_exceptions.rs Bump minimum Rust version to 1.42.0-nightly 2020-02-09 10:54:00 +00:00
test_gc.rs Add tests for inheriting class with dict or weakref 2020-02-25 20:02:27 +09:00
test_getter_setter.rs
test_inheritance.rs Add tests for mutability checking 2020-02-18 15:28:04 +09:00
test_mapping.rs Fix accidently changed file permission 2019-12-24 12:27:22 +09:00
test_methods.rs Add more tests in method_with_pyclassarg 2020-03-04 20:25:30 +09:00
test_module.rs Make it enable to take &PyClass as arguments as pyfunctions/methods 2020-03-04 13:37:26 +09:00
test_pyself.rs Merge branch 'master' into pycell 2020-02-17 00:07:15 +09:00
test_sequence.rs Fix PyCell to share BorrowFlag with parents 2020-02-15 18:13:39 +09:00
test_string.rs
test_text_signature.rs Rename PyClassShell with PyCell 2020-02-08 15:05:13 +09:00
test_variable_arguments.rs
test_various.rs Fix PySelf and AsPyRef 2020-02-16 23:54:55 +09:00