Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2023-06-14 | Tests: get rid of classes in test files. | Andrei Zeliankou | 1 | -140/+147 | |
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 | -2/+0 | |
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-02-21 | Tests: switched to using f-strings. | Andrei Zeliankou | 1 | -8/+9 | |
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 | -1/+4 | |
distutils.version is replaced by packaging.version. Also minor style fixes. | |||||
2021-10-18 | Tests: style. | Andrei Zeliankou | 1 | -1/+0 | |
2021-09-30 | Static: variables in the "share" option. | Zhidao HONG | 1 | -3/+3 | |
This commit supports variable in the "share" option, the finding path to file serve is the value from "share". An example: { "share": "/www/data/static$uri" } | |||||
2021-06-28 | Tests: renamed share to static. | Andrei Zeliankou | 1 | -18/+19 | |
Also minor style changes. | |||||
2021-04-05 | Tests: style. | Andrei Zeliankou | 1 | -4/+2 | |
2021-02-08 | Tests: added "--restart" option. | Andrei Zeliankou | 1 | -1/+6 | |
Now Unit do not restart after each test by default. | |||||
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-10-19 | Tests: fixed unit.log print. | Andrei Zeliankou | 1 | -14/+11 | |
2020-10-07 | Tests: minor fixes. | Andrei Zeliankou | 1 | -1/+1 | |
2020-09-16 | Tests: migrated to the pytest. | Andrei Zeliankou | 1 | -68/+57 | |
2020-05-15 | Tests: style. | Andrei Zeliankou | 1 | -1/+1 | |
2020-04-20 | Tests: skips adjusted. | Andrei Zeliankou | 1 | -8/+13 | |
2020-03-27 | Tests: added tests for "return" action. | Andrei Zeliankou | 1 | -114/+57 | |
2020-03-19 | Tests: fixed prerequisite in test_share_fallback.py. | Andrei Zeliankou | 1 | -3/+3 | |
2020-03-03 | Tests: added tests for "fallback" option for the "share" action. | Andrei Zeliankou | 1 | -0/+212 | |