Create unittest for zip_stream
authorChristian Herdtweck <christian.herdtweck@intra2net.com>
Wed, 23 May 2018 10:35:02 +0000 (12:35 +0200)
committerChristian Herdtweck <christian.herdtweck@intra2net.com>
Mon, 8 Oct 2018 07:35:17 +0000 (09:35 +0200)
commit00038a8da25257ecfb539353006c26355af6a2b6
tree153f11aecf3cfb9f36816c5e6fb8d5c93a6916d4
parentdf4b14b040e7153fe12ae5d394db2b9672bc83ba
Create unittest for zip_stream

Only runs in python3 (zipfile35 could be made py2-compatible by importing
print() and removing PyZipFile, but also have trouble with byte sizes in
struct.pack)
test/test_zip_stream.py [new file with mode: 0644]