pyo3/tests
Alexander Niederbühl fbd012601e Fix kwargs
kwargs was broken by a check for the number of given arguments. Only
apply this check if no arbitary number of keyword arguments are allowed
by a "**" parameter of `#[args(...)`.

Closes #318
2019-01-25 00:47:28 +01:00
..
common.rs Replace deprecated methods 2018-12-15 14:15:43 +01:00
test_arithmetics.rs Remove PyToken completely; Fixes #94 2018-11-12 14:42:21 +01:00
test_buffer_protocol.rs Remove PyToken completely; Fixes #94 2018-11-12 14:42:21 +01:00
test_class_basics.rs Remove many specialization uses 2018-08-25 20:48:17 +02:00
test_class_new.rs Remove PyToken completely; Fixes #94 2018-11-12 14:42:21 +01:00
test_datetime.rs Big refactoring to shrink the prelude 2018-09-21 23:34:28 +02:00
test_dict_iter.rs Use linked list in ReleasePool 2018-11-21 16:00:26 +09:00
test_doc.rs rudtfmt the tests 2018-06-15 21:21:12 +02:00
test_dunder.rs Remove PyToken completely; Fixes #94 2018-11-12 14:42:21 +01:00
test_gc.rs Avoid race condition in gc tests 2019-01-10 00:46:24 +01:00
test_getter_setter.rs Remove PyToken completely; Fixes #94 2018-11-12 14:42:21 +01:00
test_inheritance.rs Remove PyToken completely; Fixes #94 2018-11-12 14:42:21 +01:00
test_methods.rs Remove PyToken completely; Fixes #94 2018-11-12 14:42:21 +01:00
test_module.rs Rename #[pymodinit] to #[pymodule] 2018-11-15 19:43:29 +01:00
test_variable_arguments.rs Fix kwargs 2019-01-25 00:47:28 +01:00
test_various.rs Remove PyToken completely; Fixes #94 2018-11-12 14:42:21 +01:00