cherrypy.test.test_encoding module

class cherrypy.test.test_encoding.EncodingTests(methodName='runTest')[source]

Bases: CPWebCase

static setup_server()[source]
testEncoding()[source]
testGzip()[source]
test_BytesHeaders()[source]
test_UnicodeHeaders()[source]
test_decode_tool()[source]
test_multipart_decoding()[source]
test_multipart_decoding_bigger_maxrambytes()[source]

Decoding of a multipart entity should also pass when the entity is bigger than maxrambytes. See ticket #1352.

test_multipart_decoding_no_charset()[source]
test_multipart_decoding_no_successful_charset()[source]
test_nontext()[source]
test_query_string_decoding()[source]
test_urlencoded_decoding()[source]