pyo3/tests
Yuji Kanagawa 60cd0d09c4
Merge pull request #419 from kngwyu/pyclass-regression
Allow slf: PyRef<Self>/PyRefMut<Self> in pymethods
2019-04-24 14:10:28 +09:00
..
common.rs
test_arithmetics.rs
test_buffer_protocol.rs
test_class_basics.rs
test_class_new.rs
test_datetime.rs
test_dict_iter.rs
test_dunder.rs
test_gc.rs
test_getter_setter.rs Allow omitting PyResult wrapping in property get/set methods 2019-04-17 22:29:12 +02:00
test_inheritance.rs
test_methods.rs Add tests for quotes in class/method documentation 2019-04-15 01:29:13 +02:00
test_module.rs
test_pyself.rs Add test of slf: PyRefMut<_> 2019-04-23 23:16:09 +09:00
test_sequence.rs Remove dead code from tests/test_sequence.rs 2019-03-31 05:29:25 +02:00
test_variable_arguments.rs
test_various.rs