summaryrefslogtreecommitdiff
path: root/tests/websocket_new_test.py
Commit message (Expand)AuthorAgeFilesLines
* Python 3 compat: Improve various bitsJakub Stasiak2014-10-101-16/+20
* PEP-8 fixesSergey Shepelev2014-08-271-12/+19
* wsgi: websocket: Reformat code + tests (PEP-8)Jakub Stasiak2014-07-181-45/+47
* tests: deprecated TestCase.assert_() -> assert keywordSergey Shepelev2014-07-161-3/+3
* python3 compatibility: range, zip, StringIOViktors2014-04-231-1/+1
* websockets: Test and handle lack of Upgrade headerJakub Stasiak2014-01-241-0/+15
* websockets: handle HTTP_CONNECTION more flexiblyJakub Stasiak2014-01-181-14/+17
* websockets: Add websockets13 supportEdward George2014-01-011-0/+207