Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2021-04-05 | Tests: style. | Andrei Zeliankou | 1 | -96/+101 | |
2021-03-24 | Tests: fixed racing condition in websocket test 5_15. | Max Romanov | 1 | -3/+11 | |
Test case: "send a text message split into two fragments, then a continuation frame with FIN = false where there is nothing to continue, then an unfragmented text message, all sent in one chop". The test case investigates immediate connection closing since there is no message to continue. The mirror server may send a response for the first frame before the test сontinuation frame is received by the router. In this case, the test will receive a text frame before the close frame. | |||||
2021-01-13 | Tests: style. | Andrei Zeliankou | 1 | -1/+0 | |
2020-12-08 | Tests: skip_alert() converted to the fixture. | Andrei Zeliankou | 1 | -2/+2 | |
2020-12-06 | Tests: options moved to the separate class. | Andrei Zeliankou | 1 | -1/+1 | |
This change is necessary to separate the logic and prevent possible circular dependency. | |||||
2020-10-19 | Tests: fixed unit.log print. | Andrei Zeliankou | 1 | -2/+0 | |
2020-10-07 | Tests: minor fixes. | Andrei Zeliankou | 1 | -2/+4 | |
2020-09-16 | Tests: migrated to the pytest. | Andrei Zeliankou | 1 | -131/+94 | |
2020-05-15 | Tests: style. | Andrei Zeliankou | 1 | -1/+2 | |
2020-04-24 | Tests: introduced module version specification in prerequisites. | Andrei Zeliankou | 1 | -1/+1 | |
2020-04-14 | Tests: minor fixes and style. | Andrei Zeliankou | 1 | -13/+13 | |
2020-04-03 | Tests: minor fixes. | Andrei Zeliankou | 1 | -1/+1 | |
2019-11-13 | Tests: fixed websocket tests. | Andrei Zeliankou | 1 | -47/+14 | |
2019-10-23 | Tests: improved handshake for websocket tests. | Andrey Zelenkov | 1 | -1/+1 | |
2019-09-14 | Tests: refactored prerequisites model. | Andrey Zelenkov | 1 | -1/+1 | |
2019-09-05 | Tests: Java websockets tests. | Andrey Zelenkov | 1 | -0/+1469 | |