Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2023-06-14 | Tests: get rid of classes in test files. | Andrei Zeliankou | 1 | -8/+10 | |
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-02-21 | Tests: switched to using f-strings. | Andrei Zeliankou | 1 | -24/+18 | |
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. | |||||
2023-02-21 | Tests: removed list usage as default argument. | Andrei Zeliankou | 1 | -1/+3 | |
Mutable types as default arguments is bad practice since they are evaluated only once when the function is defined. | |||||
2022-01-31 | Tests: removed TestApplicationTLS.get_server_certificate(). | Andrei Zeliankou | 1 | -15/+0 | |
distutils.version is replaced by packaging.version. Also minor style fixes. | |||||
2021-11-15 | Tests: refactored working with processes. | Andrei Zeliankou | 1 | -1/+1 | |
2021-05-12 | Tests: added test for TLS with IP in SAN. | Andrei Zeliankou | 1 | -2/+7 | |
2021-04-05 | Tests: style. | Andrei Zeliankou | 1 | -7/+15 | |
2021-03-26 | Tests: SNI. | Andrei Zeliankou | 1 | -3/+18 | |
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 | -8/+6 | |
2020-10-07 | Tests: minor fixes. | Andrei Zeliankou | 1 | -2/+1 | |
2020-10-01 | Tests: minor fixes. | Andrei Zeliankou | 1 | -21/+0 | |
Fixed temporary dir removing. Fixed printing path to log. Module checks moved to the separate file. | |||||
2020-09-16 | Tests: migrated to the pytest. | Andrei Zeliankou | 1 | -11/+12 | |
2020-05-15 | Tests: style. | Andrei Zeliankou | 1 | -0/+1 | |
2020-03-10 | Tests: redirect tests output to the stdout. | Andrei Zeliankou | 1 | -1/+2 | |
2019-09-14 | Tests: refactored prerequisites model. | Andrey Zelenkov | 1 | -0/+22 | |
2019-07-14 | Tests: TestApplicationTLS.openssl_conf() introduced. | Andrey Zelenkov | 1 | -5/+12 | |
2019-07-14 | Tests: check application configuration loading in TLS tests. | Andrey Zelenkov | 1 | -1/+1 | |
2019-07-08 | Tests: made openssl certificates more strong to avoid errors. | Andrey Zelenkov | 1 | -1/+1 | |
2019-04-22 | Tests: using "pass" option instead of deprecated "application". | Valentin Bartenev | 1 | -1/+1 | |
2019-03-28 | Tests: unit module refactoring. | Andrey Zelenkov | 1 | -0/+92 | |