summaryrefslogtreecommitdiffhomepage
path: root/test/unit/check/check_prerequisites.py (unfollow)
AgeCommit message (Collapse)AuthorFilesLines
2024-01-15Tests: pathlib used where appropriateAndrei Zeliankou1-0/+1
Also fixed various pylint errors and style issues.
2023-06-12Tests: prerequisites checking reworked.Andrei Zeliankou1-0/+63
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.