| Age | Commit message (Collapse) | Author | Files | Lines | |
|---|---|---|---|---|---|
| 2023-02-21 | Tests: switched to using f-strings. | Andrei Zeliankou | 1 | -7/+8 | |
| Previously, it was necessary to support older versions of Python for compatibility. F-strings were released in Python 3.6. Python 3.5 was marked as unsupported by the end of 2020, so now it's possible to start using f-strings safely for better readability and performance. | |||||
| 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-12-12 | Tests: fixed type of applications. | Andrei Zeliankou | 1 | -1/+1 | |
| 2021-11-02 | Tests: removed unused imports. | Andrei Zeliankou | 1 | -1/+0 | |
| 2021-10-18 | Tests: style. | Andrei Zeliankou | 1 | -1/+0 | |
| 2021-05-20 | Tests: Python targets. | Oisin Canty | 1 | -26/+69 | |
| 2021-04-05 | Tests: style. | Andrei Zeliankou | 1 | -0/+1 | |
| 2021-01-13 | Tests: style. | Andrei Zeliankou | 1 | -1/+0 | |
| 2020-12-08 | Tests: utils module introduced. | Andrei Zeliankou | 1 | -1/+0 | |
| 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 | -1/+2 | |
| 2020-10-07 | Tests: minor fixes. | Andrei Zeliankou | 1 | -4/+11 | |
| 2020-10-06 | Tests: fixed tests to run as root. | Andrei Zeliankou | 1 | -1/+3 | |
| 2020-10-05 | Tests: added ASGI Lifespan. | Andrei Zeliankou | 1 | -0/+71 | |
