Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2022-10-11 | Tests: don't try to return response when "no_recv" is True. | Andrei Zeliankou | 1 | -4/+2 | |
2022-09-07 | Tests: minor fixes. | Andrei Zeliankou | 1 | -41/+4 | |
2022-08-16 | Tests: added test for ASGI with UNIX socket. | Andrei Zeliankou | 1 | -0/+10 | |
2022-01-31 | Tests: removed TestApplicationTLS.get_server_certificate(). | Andrei Zeliankou | 1 | -2/+4 | |
distutils.version is replaced by packaging.version. Also minor style fixes. | |||||
2021-11-02 | Tests: removed unused imports. | Andrei Zeliankou | 1 | -1/+0 | |
2021-10-18 | Tests: style. | Andrei Zeliankou | 1 | -1/+0 | |
2021-04-08 | Tests: preserving unit.log when run without restart. | Max Romanov | 1 | -4/+0 | |
Introducing "unit.log.Log" class for "unit.log" file management. Moving "findall()" function into TestApplicationProto. Using "os.kill()" to send signals. | |||||
2021-04-05 | Tests: style. | Andrei Zeliankou | 1 | -5/+8 | |
2021-02-10 | Tests: increased timeout in wait_for_record(). | Andrei Zeliankou | 1 | -1/+1 | |
2021-01-13 | Tests: style. | Andrei Zeliankou | 1 | -1/+0 | |
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 | |