pyo3/tests
Yuji Kanagawa acf7271879
Merge pull request #1494 from PyO3/enhance-py-run
Extend py_run! to take locals dict and refactor tests using it
2021-03-17 12:52:33 +09:00
..
ui pyfunction: reject generic functions 2021-03-09 23:47:47 +00:00
common.rs Extend py_run! macro to take dict as *d syntax 2021-03-14 16:33:49 +09:00
test_arithmetics.rs
test_buffer_protocol.rs Refactor tests to use shorter macros 2021-03-14 23:43:53 +09:00
test_bytes.rs
test_class_attributes.rs
test_class_basics.rs ci: fix nightly warnings 2021-03-06 09:42:50 +00:00
test_class_conversion.rs
test_class_new.rs
test_compile_error.rs pyfunction: reject generic functions 2021-03-09 23:47:47 +00:00
test_datetime.rs pymodule: remove call_function etc. 2021-03-14 11:19:55 +00:00
test_dict_iter.rs
test_dunder.rs Merge pull request #1494 from PyO3/enhance-py-run 2021-03-17 12:52:33 +09:00
test_exceptions.rs
test_frompyobject.rs add #[pyo3(from_py_with="...")] attribute (#1411) 2021-02-21 00:15:20 +09:00
test_gc.rs
test_getter_setter.rs Refactor tests to use shorter macros 2021-03-14 23:43:53 +09:00
test_inheritance.rs
test_mapping.rs Refactor tests to use shorter macros 2021-03-14 23:43:53 +09:00
test_methods.rs Refactor tests to use shorter macros 2021-03-14 23:43:53 +09:00
test_module.rs Merge pull request #1494 from PyO3/enhance-py-run 2021-03-17 12:52:33 +09:00
test_multiple_pymethods.rs pymethods: make inventory optional 2021-03-04 19:52:58 +00:00
test_pyfunction.rs add #[pyo3(from_py_with="...")] attribute (#1411) 2021-02-21 00:15:20 +09:00
test_pyself.rs rust 1.50: clippy and lint fixes 2021-02-11 22:03:34 +00:00
test_sequence.rs Refactor tests to use shorter macros 2021-03-14 23:43:53 +09:00
test_serde.rs
test_string.rs rust 1.50: clippy and lint fixes 2021-02-11 22:03:34 +00:00
test_text_signature.rs
test_unsendable_dict.rs
test_variable_arguments.rs rust 1.50: clippy and lint fixes 2021-02-11 22:03:34 +00:00
test_various.rs Refactor tests to use shorter macros 2021-03-14 23:43:53 +09:00