Home | History | Annotate | Download | only in test

Lines Matching full:gzip

22     import gzip
24 gzip = None
770 #A test case that verifies that gzip encoding works in both directions
772 @unittest.skipUnless(gzip, 'gzip not available')
795 #add a lone gzip header to induce decode error remotely
796 connection.putheader("Content-Encoding", "gzip")