]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
Added a simple test suite for gzip. It simply opens a temp file,
authorAndrew M. Kuchling <amk@amk.ca>
Thu, 25 Mar 1999 21:50:27 +0000 (21:50 +0000)
committerAndrew M. Kuchling <amk@amk.ca>
Thu, 25 Mar 1999 21:50:27 +0000 (21:50 +0000)
commit605ebddbeab6fe05908fe4dfb6e1c4b8a9f7deee
tree7da47f6045816d3530ba173cfb2e78b49ebbe51b
parentf4f119c05538f5ae102148a0e6463c2f3fce445d
Added a simple test suite for gzip.  It simply opens a temp file,
writes a chunk of compressed data, closes it, writes another chunk, and
reads the contents back to verify that they are the same.
Lib/test/test_gzip.py [new file with mode: 0644]