build: add generate result files option

This commit is contained in:
scito
2023-01-02 14:16:30 +01:00
parent 1c106150b0
commit 722009b172
4 changed files with 23 additions and 5 deletions

View File

@@ -393,6 +393,7 @@ def test_extract_verbose(verbose_level: str, color: str, capsys: pytest.CaptureF
assert actual_stdout == expected_stdout
assert captured.err == ''
def normalize_verbose_text(text: str) -> str:
return re.sub('^.+ version: .+$', '', text, flags=re.MULTILINE | re.IGNORECASE)