summaryrefslogtreecommitdiffhomepage
path: root/test/unit/check/tls.py (follow)
AgeCommit message (Collapse)AuthorFilesLines
2023-06-12Tests: prerequisites checking reworked.Andrei Zeliankou1-3/+2
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.
2022-11-15Tests: features and options checks improved.Andrei Zeliankou1-7/+6
Now version output evaluates only once. OpenSSL checks more carefully.
2020-10-01Tests: minor fixes.Andrei Zeliankou1-0/+13
Fixed temporary dir removing. Fixed printing path to log. Module checks moved to the separate file.