mirror of
https://github.com/pybind/pybind11.git
synced 2026-05-12 09:17:42 +00:00
With the previous commit, output can be very confusing because you only see positional arguments in the "invoked with" line, but you can have a failure from kwargs as well (in particular, when a value is invalidly specified via both via positional and kwargs). This commits adds kwargs to the output, and updates the associated tests to match.