]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
Issue #29300: test_struct tests unpack_from() with keywords
authorVictor Stinner <victor.stinner@gmail.com>
Thu, 2 Feb 2017 13:18:18 +0000 (14:18 +0100)
committerVictor Stinner <victor.stinner@gmail.com>
Thu, 2 Feb 2017 13:18:18 +0000 (14:18 +0100)
commita5917d1d1584bb9f7affec5a5d66bb2d24d7623e
treedc8df636436501736408a29e5d689dbf57049fbf
parentd5adb63673de2dea890615f75cf1a1305c3bdea1
Issue #29300: test_struct tests unpack_from() with keywords

Add an unit test on the _struct.Struct.unpack_from() method to test passing
arguments as keywords.
Lib/test/test_struct.py