Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2024-01-15 | Tests: pathlib used where appropriate | Andrei Zeliankou | 1 | -6/+7 | |
Also fixed various pylint errors and style issues. | |||||
2023-06-14 | Tests: get rid of classes in test files. | Andrei Zeliankou | 1 | -2/+2 | |
Class usage came from the unittest framework and it was always redundant after migration to the pytest. This commit removes classes from files containing tests to make them more readable and understandable. | |||||
2023-02-21 | Tests: switched to using f-strings. | Andrei Zeliankou | 1 | -2/+2 | |
Previously, it was necessary to support older versions of Python for compatibility. F-strings were released in Python 3.6. Python 3.5 was marked as unsupported by the end of 2020, so now it's possible to start using f-strings safely for better readability and performance. | |||||
2022-10-11 | Tests: don't try to return response when "no_recv" is True. | Andrei Zeliankou | 1 | -2/+1 | |
2022-04-11 | Tests: style. | Andrei Zeliankou | 1 | -4/+6 | |
2021-04-05 | Tests: style. | Andrei Zeliankou | 1 | -11/+7 | |
2020-10-07 | Tests: minor fixes. | Andrei Zeliankou | 1 | -2/+1 | |
2020-10-01 | Tests: added ASGI WebSocket. | Max Romanov | 1 | -1/+1 | |
2020-09-22 | Tests: improved response receiving while upgrade. | Max Romanov | 1 | -4/+1 | |
The patch required to process non-101 response. | |||||
2020-09-16 | Tests: migrated to the pytest. | Andrei Zeliankou | 1 | -8/+6 | |
2020-05-15 | Tests: style. | Andrei Zeliankou | 1 | -4/+5 | |
2020-04-03 | Tests: added notification on "read_timeout" expiration. | Andrei Zeliankou | 1 | -2/+14 | |
2020-03-27 | Tests: increase default "read_timeout" to 60s in message_read(). | Andrei Zeliankou | 1 | -1/+1 | |
2020-03-23 | Tests: increase default "read_timeout" value to 60s. | Andrei Zeliankou | 1 | -2/+2 | |
This change is necessary to avoid errors on slow hosts. Also slightly reworked argument passing to the recvall() function. | |||||
2019-11-13 | Tests: fixed websocket tests. | Andrei Zeliankou | 1 | -5/+10 | |
2019-10-23 | Tests: improved handshake for websocket tests. | Andrey Zelenkov | 1 | -6/+14 | |
2019-09-03 | Tests: increased read_timeout for websockets tests. | Andrey Zelenkov | 1 | -2/+6 | |
2019-09-02 | Tests: fixed recv_bytes() in websockets.py. | Andrey Zelenkov | 1 | -9/+3 | |
2019-09-02 | Tests: prevented writing non-chopped frames to the closed socket. | Andrey Zelenkov | 1 | -1/+4 | |
2019-08-30 | Tests: prevented writing to the closed socket for websocket tests. | Andrey Zelenkov | 1 | -1/+4 | |
2019-08-30 | Tests: websockets style fixes. | Andrey Zelenkov | 1 | -9/+9 | |
2019-08-22 | Tests: removed keepalive_interval for websocket tests. | Andrey Zelenkov | 1 | -2/+2 | |
Also increased read_timeout in frame_read() for slow hosts. | |||||
2019-08-22 | Tests: Node.js websockets tests tuned. | Andrey Zelenkov | 1 | -2/+2 | |
2019-08-22 | Tests: Node.js websockets. | Andrey Zelenkov | 1 | -0/+215 | |