summaryrefslogtreecommitdiff
path: root/websocket/tests
Commit message (Expand)AuthorAgeFilesLines
* Fix a few errors found by pytype. (#906)HEADmasterTimo Ewalds2023-05-121-1/+1
* Remove incorrect commentengn33r2023-01-261-1/+0
* Refactor and fix reconnect and ping (#862)j-a-n2023-01-261-0/+85
* remove problematic CI test URLengn33r2023-01-261-7/+8
* create_dispatcher() w/ is_ssl determined by url instead of sslopt (#875)bubbleboy142022-11-031-1/+1
* Remove broken websockets.org links from documentationengn33r2022-10-251-1/+1
* fix for stack growth on reconnect (#854)bubbleboy142022-09-041-2/+5
* Allow passing `http_proxy_timeout` to `run_forever`. (#842)Adam Wojtczak2022-08-241-6/+6
* Linting improvements, improved flake8 linting CI cmdengn33r2022-02-256-44/+36
* fix!: `WebSocketApp.run_forever()` returning `None` after `close()` is called...FujiApple2022-02-252-3/+36
* Replace deprecated stream.meetup.com, echo.websocket.org endpoint URLsengn33r2022-02-252-30/+30
* Update copyright year to 2022engn33r2021-12-316-6/+6
* Minor test improvements for better code coverageengn33r2021-12-133-1/+23
* Revert 998c496, fix #769engn33r2021-12-071-0/+42
* Fix #752 remove keep_running variable in library and testsengn33r2021-11-261-42/+0
* Fix testConnect test case with tuple of errorsengn33r2021-11-261-4/+4
* Fix SSL test errors from ssl.PROTOCOL_TLS_CLIENT changeengn33r2021-11-222-4/+2
* Fix #760 Replace deprecated ssl.PROTOCOL_TLS with ssl.PROTOCOL_TLS_CLIENTengn33r2021-11-221-1/+1
* Use bytes literal (#751)谭九鼎2021-11-221-1/+1
* Py2->3: simplify class definition (#750)谭九鼎2021-10-203-3/+3
* Improve usage of LOCAL_WS_SERVER_PORTengn33r2021-08-143-7/+7
* Improve unit tests with LOCAL_WS_SERVER_PORT variableengn33r2021-08-137-32/+35
* Fix python-socks dependency and replace echo.websocket.org in testsengn33r2021-08-114-14/+41
* Transition from LGPL 2.1 license to Apache 2.0 - fix #697engn33r2021-08-106-78/+66
* Revert #417 and reimplement proxy support with python-socksengn33r2021-08-101-17/+25
* Unquote username and password in proxy from environment (#723)Richard2021-07-161-0/+4
* Minor code coverage unit test improvementengn33r2021-06-082-4/+15
* Replace deprecated ssl.PROTOCOL_SSLv23 with ssl.PROTOCOL_TLSengn33r2021-06-031-1/+1
* Add code coverage for PR #698engn33r2021-05-311-0/+1
* Fix CI errorsengn33r2021-05-301-1/+1
* Add working HTTP proxy unit testsengn33r2021-05-301-0/+11
* Fix proxy exceptions in unit testsengn33r2021-05-301-3/+3
* Revert exception handling from 13e83b4engn33r2021-05-211-1/+1
* Remove testSSLopt unit test timeout to avoid exceptionengn33r2021-05-171-1/+1
* Try to resolve test_http.py testSSLopt Mac errorengn33r2021-05-171-2/+2
* Improve _app.py, _http.py unit testsengn33r2021-05-172-4/+24
* Fix unit test for raising error in close()engn33r2021-05-172-5/+3
* Improve _abnf.py, _cookiejar.py unit test coverageengn33r2021-05-162-10/+14
* Improve _abnf.py and _http.py test coverageengn33r2021-05-162-22/+44
* Add test case with sslopt settingsengn33r2021-05-151-3/+6
* Improve unittest code coverageengn33r2021-05-152-6/+38
* Minor _core.py test coverage improvementengn33r2021-05-121-1/+4
* Comment out unittest that fails on MacOSengn33r2021-05-121-1/+2
* Improve test coverage of _http.pyengn33r2021-05-061-2/+38
* Add status code examples to docs, improve unit testsengn33r2021-05-062-25/+58
* Remove six dependency and transition related code to Python3engn33r2021-05-051-4/+1
* Fix lint errorengn33r2021-05-051-0/+1
* Fix #685 unittest requires internetengn33r2021-05-051-1/+4
* First pass removing Python 2 code, mostly six dependencyengn33r2021-05-045-86/+43
* PEP8 style compliance fixesengn33r2021-05-045-28/+8