pyo3/tests
Georg Brandl 4539e3524b Fix new-in-nightly clippy warning
Example:

error: used `assert_eq!` with a literal bool
   --> src/types/sequence.rs:675:9
    |
675 |         assert_eq!(empty_seq.is_empty().unwrap(), true);
    |         ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: replace it with: `assert!(..)`
    |
    = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#bool_assert_comparison
2021-05-17 09:59:40 +02:00
..
ui macros: support #[pyo3(name = "...")] 2021-05-07 22:35:52 +01:00
common.rs
test_arithmetics.rs pyproto: deprecate py_methods 2021-04-20 00:21:19 +01:00
test_buffer.rs buffer: tidy up exceptions 2021-04-12 01:21:48 +01:00
test_buffer_protocol.rs
test_bytes.rs
test_class_attributes.rs macros: support #[pyo3(name = "...")] 2021-05-07 22:35:52 +01:00
test_class_basics.rs Fix new-in-nightly clippy warning 2021-05-17 09:59:40 +02:00
test_class_conversion.rs
test_class_new.rs Use Python::with_gil and py_assert 2021-03-19 10:17:06 +08:00
test_compile_error.rs macros: support #[pyo3(name = "...")] 2021-05-07 22:35:52 +01:00
test_datetime.rs clippy: tidy up allow lints 2021-04-12 01:20:04 +01:00
test_dict_iter.rs
test_dunder.rs pyproto: deprecate py_methods 2021-04-20 00:21:19 +01:00
test_exceptions.rs
test_frompyobject.rs
test_gc.rs Fix clippy warnings in Rust 1.51.0 2021-03-26 13:21:38 +08:00
test_getter_setter.rs Use Python::with_gil and py_assert 2021-03-19 10:17:06 +08:00
test_inheritance.rs pyclass: support extending Exception types 2021-05-04 22:00:22 +01:00
test_mapping.rs pyproto: deprecate py_methods 2021-04-20 00:21:19 +01:00
test_methods.rs 1506: fixes to macro hygiene 2021-03-28 11:01:51 +01:00
test_module.rs macros: support #[pyo3(name = "...")] 2021-05-07 22:35:52 +01:00
test_multiple_pymethods.rs
test_pyfunction.rs
test_pyself.rs
test_sequence.rs
test_serde.rs
test_string.rs
test_text_signature.rs
test_unsendable_dict.rs
test_variable_arguments.rs
test_various.rs
test_wrap_pyfunction_deduction.rs Add test for wrap_pyfunction!() deduction. 2021-05-06 16:05:17 +02:00