mirror of
https://github.com/python/cpython.git
synced 2025-07-28 13:44:43 +00:00
Whitespace normalization.
This commit is contained in:
parent
9fef9b166e
commit
c65a13f53b
1 changed files with 1 additions and 2 deletions
|
@ -571,9 +571,8 @@ def test_pack_to_fn():
|
|||
assertRaises(struct.error, pack_to, small_buf, 0, test_string)
|
||||
assertRaises(struct.error, pack_to, small_buf, 2, test_string)
|
||||
|
||||
|
||||
|
||||
# Test methods to pack and unpack from buffers rather than strings.
|
||||
test_unpack_from()
|
||||
test_pack_to()
|
||||
test_pack_to_fn()
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue