Files
nginx-unit/test/unit/check/regex.py
Andrei Zeliankou ce2405ec3d Tests: prerequisites checking reworked.
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-06-12 14:16:59 +01:00

6 lines
100 B
Python

import re
def check_regex(output_version):
return not re.search('--no-regex', output_version)