summaryrefslogtreecommitdiffstats
path: root/Lib/test/test_zlib.py
Commit message (Collapse)AuthorAgeFilesLines
* typos fixed by Rob HooftJeremy Hylton2000-06-281-1/+1
|
* Make this pass the -tt test.Fred Drake2000-02-101-8/+8
|
* Added simple test for the flush() method of compression objects, trying theAndrew M. Kuchling1999-03-221-0/+13
| | | | different flush values Z_NO_FLUSH, Z_SYNC_FLUSH, Z_FULL_FLUSH.
* Use hex() when outputting the various checksums so the test output is theGuido van Rossum1998-04-241-3/+3
| | | | same on 32 and 64 bit machines.
* Make this test succeed even when using "import test.test_zlib".Guido van Rossum1997-12-181-2/+5
|
* Many more tests, including tests of many optional arguments.Jeremy Hylton1997-09-041-0/+47
|
* Use imp.find_module() as the most certain way to find the test data.Guido van Rossum1997-08-151-1/+5
|
* test the zlib moduleJeremy Hylton1997-08-151-0/+94
only produce output if somethign goes wrong