summaryrefslogtreecommitdiffhomepage
path: root/test/test_asgi_websockets.py (follow)
AgeCommit message (Expand)AuthorFilesLines
2024-01-15Tests: pathlib used where appropriateAndrei Zeliankou1-0/+1
2023-06-14Tests: get rid of classes in test files.Andrei Zeliankou1-1039/+1046
2023-06-12Tests: prerequisites checking reworked.Andrei Zeliankou1-5/+4
2023-05-29Tests: more fixtures.Andrei Zeliankou1-3/+2
2023-05-25Tests: assertion related fixes.Andrei Zeliankou1-2/+2
2023-05-25Tests: removed unused variables.Andrei Zeliankou1-4/+4
2023-02-21Tests: switched to using f-strings.Andrei Zeliankou1-5/+5
2022-04-11Tests: style.Andrei Zeliankou1-47/+45
2022-01-31Tests: removed TestApplicationTLS.get_server_certificate().Andrei Zeliankou1-2/+4
2021-10-18Tests: style.Andrei Zeliankou1-1/+0
2021-09-20Fixed WebSocket connection hang issue after listener reconfigure.Max Romanov1-0/+17
2021-04-05Tests: style.Andrei Zeliankou1-100/+108
2021-03-24Tests: fixed racing condition in websocket test 5_15.Max Romanov1-3/+11
2021-01-28Router: fixing crash after WebSocket processing.Max Romanov1-0/+24
2021-01-13Tests: style.Andrei Zeliankou1-1/+0
2020-12-08Tests: skip_alert() converted to the fixture.Andrei Zeliankou1-2/+2
2020-12-06Tests: options moved to the separate class.Andrei Zeliankou1-1/+1
2020-10-19Tests: fixed unit.log print.Andrei Zeliankou1-2/+0
2020-10-07Tests: minor fixes.Andrei Zeliankou1-2/+4
2020-10-05Tests: added websocket test with long length.Andrei Zeliankou1-0/+12
2020-10-01Tests: added ASGI WebSocket.Max Romanov1-0/+1432