Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2023-06-14 | Tests: get rid of classes in test files. | Andrei Zeliankou | 1 | -81/+85 | |
Class usage came from the unittest framework and it was always redundant after migration to the pytest. This commit removes classes from files containing tests to make them more readable and understandable. | |||||
2023-06-12 | Tests: prerequisites checking reworked. | Andrei Zeliankou | 1 | -5/+4 | |
Prerequisites check moved to the module level to simplify class structure. Discovery and prerequisites checks functions moved to the separate files. Introduced "require" fixture to provide per-test requirements check. | |||||
2023-05-29 | Tests: more fixtures. | Andrei Zeliankou | 1 | -7/+7 | |
Common methods from applications/proto.py converted to the fixtures. sysctl check moved to the specific file where it is using. Some options moved to the constructor to have early access. | |||||
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 | |