summaryrefslogtreecommitdiff
path: root/tests/websocket_test.py
Commit message (Expand)AuthorAgeFilesLines
* Python 3 compat; Improve WSGI, WS, threading and testspython3-clean-cleanJakub Stasiak2014-11-111-91/+57
* PEP-8 fixesSergey Shepelev2014-08-271-28/+31
* wsgi: websocket: Reformat code + tests (PEP-8)Jakub Stasiak2014-07-181-175/+179
* tests: deprecated TestCase.assert_() -> assert keywordSergey Shepelev2014-07-161-21/+21
* python3 compat fixesVictor Sergeyev2014-03-281-1/+1
* python3 compat: 2to3: `except E as e:` syntaxDavanum Srinivas2013-12-031-1/+1
* Skip SSL tests if SSL is not availableFloris Bruynooghe2012-09-051-0/+2
* Fixing empty-query-string compatibility that mcarter reported, added unit tes...Ryan Williams2010-10-241-0/+52
* Draft 75 uses 'Web Socket'.Ryan Williams2010-10-031-1/+1
* Update websocket protocol upgrade reply header to match WS spec 76Nick V.2010-10-041-2/+2
* Pack a vest for your socket in the city of ssl.Ryan Williams2010-09-291-1/+2
* Support for SSL websockets, which also happens to improve our SSL support in ...Ryan Williams2010-09-161-1/+45
* Improve test coverage for websocket up to 100%, and fix a bug that doing so c...Andrew Godwin2010-06-111-1/+53
* Tests for WebSocket-76, and renaming the old ones to *_75Andrew Godwin2010-06-101-6/+218
* Moved WebSocketWSGI class into eventlet.websocket and added a fewtests to bri...Ryan Williams2010-05-061-37/+72
* Not really sure what close=True means in a makefile call, but apparently some...Ryan Williams2010-05-061-20/+8
* Cleaned up imports, mostly. Removed dependencies on nose and httplib2. Mock...Ryan Williams2010-05-051-50/+30
* Moving test_websocket to websocket_test so as to conform to the naming conven...Ryan Williams2010-05-051-0/+228