• Jason Rhinelander's avatar
    Show kwargs in failed method invocation · 231e1678
    Jason Rhinelander authored
    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.
    231e1678
test_kwargs_and_defaults.py 4.5 KB