pyo3/tests
konstin 305b774ded
Merge pull request #450 from birkenfeld/parse_args_msg
Adjust the varargs/kwds objects to remove arguments consumed by parameters
2019-09-05 12:45:50 +02:00
..
ui Replace mashup with paste 2019-08-04 23:50:10 +09:00
common.rs Expose py_run macro 2019-06-13 18:18:06 +09:00
test_arithmetics.rs commenting out one of the rhs arithmetics test case for now... 2019-07-24 16:27:07 -04:00
test_buffer_protocol.rs Drop support for python2 2019-03-29 12:37:26 +00:00
test_class_basics.rs Expose py_run macro 2019-06-13 18:18:06 +09:00
test_class_new.rs Simpler new and clippy fixes 2019-02-23 18:38:00 +01:00
test_compile_error.rs Do not execute test_compule_error in kcov 2019-07-13 15:00:19 +09:00
test_datetime.rs Address clippy::into_iter_on_ref issues 2019-08-17 15:27:05 +02:00
test_dict_iter.rs Address clippy::unreadable_literal issues 2019-08-17 14:10:35 +02:00
test_dunder.rs Replace IntoPyObject with IntoPy<PyObject> 2019-08-24 19:23:28 +02:00
test_exceptions.rs Disable test for windows 2019-08-03 22:36:23 +02:00
test_gc.rs Replace IntoPyObject with IntoPy<PyObject> 2019-08-24 19:23:28 +02:00
test_getter_setter.rs Allow py: Python as an argument of getter 2019-07-12 23:41:13 +09:00
test_inheritance.rs Disable segfaulty subclassing by default 2019-08-05 11:52:47 +02:00
test_methods.rs Adjust the varargs/kwds objects to remove arguments consumed by parameters 2019-06-16 22:13:50 +09:00
test_module.rs Document and test argument parsing annotations for pyfunctions 2019-06-16 22:13:50 +09:00
test_pyself.rs Enable slf: PyRef<'py, Self> 2019-09-02 00:31:22 +09:00
test_sequence.rs Address clippy::map_clone issues 2019-08-17 14:10:36 +02:00
test_variable_arguments.rs Expose py_run macro 2019-06-13 18:18:06 +09:00
test_various.rs Address clippy::into_iter_on_array issues 2019-08-17 14:10:36 +02:00