We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1e728a2 commit 4b0819dCopy full SHA for 4b0819d
1 file changed
test/test_unpack.py
@@ -90,10 +90,3 @@ def test_unpacker_tell_read_bytes():
90
assert obj == unp
91
assert pos == unpacker.tell()
92
assert unpacker.read_bytes(n) == raw
93
-
94
95
-if __name__ == "__main__":
96
- test_unpack_array_header_from_file()
97
- test_unpacker_hook_refcnt()
98
- test_unpacker_ext_hook()
99
- test_unpacker_tell()
0 commit comments