cherrypy.test.test_conn module¶
Tests for TCP connection handling, including proper and timely close.
- class cherrypy.test.test_conn.BadRequestTests(methodName='runTest')[source]¶
Bases:
CPWebCase
- _classSetupFailed = False¶
- _class_cleanups = []¶
- static setup_server()¶
- class cherrypy.test.test_conn.ConnectionCloseTests(methodName='runTest')[source]¶
Bases:
CPWebCase
- _classSetupFailed = False¶
- _class_cleanups = []¶
- static setup_server()¶
- class cherrypy.test.test_conn.ConnectionTests(methodName='runTest')[source]¶
Bases:
CPWebCase
- _classSetupFailed = False¶
- _class_cleanups = []¶
- static setup_server()¶
- class cherrypy.test.test_conn.LimitedRequestQueueTests(methodName='runTest')[source]¶
Bases:
CPWebCase
- _classSetupFailed = False¶
- _class_cleanups = []¶
- static setup_server()¶
- class cherrypy.test.test_conn.PipelineTests(methodName='runTest')[source]¶
Bases:
CPWebCase
- _classSetupFailed = False¶
- _class_cleanups = []¶
- static setup_server()¶
- cherrypy.test.test_conn.socket_reset_errors = [104, 'Remote end closed connection without response']¶
reset error numbers available on this platform