pyo3/tests
Yuji Kanagawa ae81865232 Apply suggestions from David
Co-Authored-By: David Hewitt <1939362+davidhewitt@users.noreply.github.com>
2020-04-13 11:05:48 +09:00
..
ui Bound 'py lifetime by GILPool when it's possible 2020-04-12 23:55:23 +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
test_bytes.rs
test_class_basics.rs
test_class_conversion.rs
test_class_new.rs
test_compile_error.rs Apply suggestions from David 2020-04-13 11:05:48 +09:00
test_datetime.rs Bound 'py lifetime by GILPool when it's possible 2020-04-12 23:55:23 +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
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