summaryrefslogtreecommitdiff
path: root/tests/test_websocket.py
Commit message (Expand)AuthorAgeFilesLines
* Add unittests for ping() and pong()Pierre Ossman2017-04-191-0/+26
* Avoid assertIn for Python 2.6 compatibilityPierre Ossman2017-02-091-5/+5
* Force choice of sub-protocolPierre Ossman2017-02-081-0/+98
* Separate out raw WebSocket protocol handlingPierre Ossman2017-02-011-365/+21
* TCP_KEEPCNT doesn't exist in non-linuxThomas Goirand2016-10-101-4/+6
* Switch test dependency to mox3James Page2016-06-301-1/+1
* Introduce strict modeSolly Ross2015-05-131-0/+85
* Update Tests and Test PluginsSolly Ross2015-05-131-159/+261
* Added temp dir for unit test data and cleanupEdward Hope-Morley2013-11-141-90/+40
* Added unit tests for websocket and websocketproxyEdward Hope-Morley2013-10-291-18/+242
* Adds optional TCP_KEEPALIVE to WebSocketServerEdward Hope-Morley2013-10-161-0/+69