pyo3/tests
kngwyu cea707dd1c Inhibit positional args after * 2020-03-06 14:01:27 +09:00
..
ui Inhibit positional args after * 2020-03-06 14:01:27 +09:00
common.rs Inhibit positional args after * 2020-03-06 14:01:27 +09:00
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 Remove test_get_pybytes 2019-10-20 15:12:17 +02:00
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 Inhibit positional args after * 2020-03-06 14:01:27 +09:00
test_datetime.rs Add debug output for flaky test 2020-01-12 15:44:42 +01:00
test_dict_iter.rs Address clippy::unreadable_literal issues 2019-08-17 14:10:35 +02:00
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 Introduce PyClassInitializer 2019-12-15 21:04:36 +09:00
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 Inhibit positional args after * 2020-03-06 14:01:27 +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 Guard against PyUnicode_AsUTF8AndSize returning null 2019-10-23 00:39:47 +02:00
test_text_signature.rs Rename PyClassShell with PyCell 2020-02-08 15:05:13 +09:00
test_variable_arguments.rs Expose py_run macro 2019-06-13 18:18:06 +09:00
test_various.rs Fix PySelf and AsPyRef 2020-02-16 23:54:55 +09:00