#
2066:242192963d93 |
| 31-Jan-2022 |
Andrei Zeliankou |
Tests: removed TestApplicationTLS.get_server_certificate().
distutils.version is replaced by packaging.version. Also minor style fixes.
|
Revision tags: 1.26.1-1, 1.26.1, 1.26.0-1, 1.26.0 |
|
#
1984:06514cd08a35 |
| 02-Nov-2021 |
Andrei Zeliankou |
Tests: removed unused imports.
|
#
1971:3410f9d2a662 |
| 18-Oct-2021 |
Andrei Zeliankou |
Tests: style.
|
Revision tags: 1.25.0-1, 1.25.0, 1.24.0-1, 1.24.0 |
|
#
1850:839024ce4a6a |
| 08-Apr-2021 |
Max Romanov |
Tests: preserving unit.log when run without restart.
Introducing "unit.log.Log" class for "unit.log" file management. Moving "findall()" function into TestApplicationProto. Using "os.kill()" to send
Tests: preserving unit.log when run without restart.
Introducing "unit.log.Log" class for "unit.log" file management. Moving "findall()" function into TestApplicationProto. Using "os.kill()" to send signals.
show more ...
|
#
1848:4bd548074e2c |
| 05-Apr-2021 |
Andrei Zeliankou |
Tests: style.
|
Revision tags: 1.23.0-1, 1.23.0 |
|
#
1804:ed698edaaf1e |
| 10-Feb-2021 |
Andrei Zeliankou |
Tests: increased timeout in wait_for_record().
|
Revision tags: 1.22.0-1, 1.22.0 |
|
#
1771:94cf6c5fafbd |
| 13-Jan-2021 |
Andrei Zeliankou |
Tests: style.
|
#
1736:22db875fda34 |
| 08-Dec-2020 |
Andrei Zeliankou |
Tests: skip_alert() converted to the fixture.
|
#
1730:44912af5b3e6 |
| 06-Dec-2020 |
Andrei Zeliankou |
Tests: options moved to the separate class.
This change is necessary to separate the logic and prevent possible circular dependency.
|
Revision tags: 1.21.0-1, 1.21.0 |
|
#
1697:73a335d2911d |
| 10-Nov-2020 |
Max Romanov |
Python: supporting ASGI legacy protocol.
Introducing manual protocol selection for 'universal' apps and frameworks.
|
#
1695:48cd8f20dea4 |
| 10-Nov-2020 |
Max Romanov |
Tests: supporting instant app parameters in load().
|
#
1692:d9af486b8a38 |
| 06-Nov-2020 |
Max Romanov |
Tests: fixing racing condition in ASGI threads test.
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 re
Tests: fixing racing condition in ASGI threads test.
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.
show more ...
|
#
1683:43cbc14c7be9 |
| 04-Nov-2020 |
Max Romanov |
Tests: added Python threading tests.
|
#
1654:fc7d0578e124 |
| 19-Oct-2020 |
Andrei Zeliankou |
Tests: fixed unit.log print.
|
Revision tags: 1.20.0-1, 1.20.0 |
|
#
1635:97afbb6c5a15 |
| 07-Oct-2020 |
Andrei Zeliankou |
Tests: minor fixes.
|
#
1626:d20f04158166 |
| 01-Oct-2020 |
Max Romanov |
Tests: added ASGI HTTP applications.
|