mirror of
https://github.com/msgpack/msgpack-python.git
synced 2025-11-01 01:50:54 +00:00
Remove redundant code (#460)
This commit is contained in:
parent
1e728a2e0b
commit
4b0819dca9
1 changed files with 0 additions and 7 deletions
|
|
@ -90,10 +90,3 @@ def test_unpacker_tell_read_bytes():
|
|||
assert obj == unp
|
||||
assert pos == unpacker.tell()
|
||||
assert unpacker.read_bytes(n) == raw
|
||||
|
||||
|
||||
if __name__ == "__main__":
|
||||
test_unpack_array_header_from_file()
|
||||
test_unpacker_hook_refcnt()
|
||||
test_unpacker_ext_hook()
|
||||
test_unpacker_tell()
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue