Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2020-12-08 | Tests: skip_alert() converted to the fixture. | Andrei Zeliankou | 1 | -2/+1 | |
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-11-10 | Python: supporting ASGI legacy protocol. | Max Romanov | 1 | -0/+26 | |
Introducing manual protocol selection for 'universal' apps and frameworks. | |||||
2020-11-10 | Tests: supporting instant app parameters in load(). | Max Romanov | 1 | -37/+13 | |
2020-11-06 | Tests: fixing racing condition in ASGI threads test. | Max Romanov | 1 | -5/+5 | |
ASGI threads read all the requests from the queue before start processing it. This why test need to wait a little to let the ASGI thread start request processing and block. In virtual environment any thread or process may be delayed and only method to avoid racing is a reasonable sleep increase. | |||||
2020-11-05 | Tests: added Python threading tests. | Max Romanov | 1 | -0/+41 | |
2020-10-19 | Tests: fixed unit.log print. | Andrei Zeliankou | 1 | -1/+2 | |
2020-10-07 | Tests: minor fixes. | Andrei Zeliankou | 1 | -15/+14 | |
2020-10-01 | Tests: added ASGI HTTP applications. | Max Romanov | 1 | -0/+403 | |