summaryrefslogtreecommitdiffhomepage
path: root/test/test_asgi_websockets.py (follow)
AgeCommit message (Collapse)AuthorFilesLines
2021-01-28Router: fixing crash after WebSocket processing.Max Romanov1-0/+24
After WebSocket processing, the application port was released with incorrect reason ("got request"), unnecessarily decrementing the active request counter. The assertion was triggered only on application removal; a test was added for this case.
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
This change is necessary to separate the logic and prevent possible circular dependency.
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