6
0
mirror of https://github.com/FirebirdSQL/firebird-qa.git synced 2025-01-22 13:33:07 +01:00

Added/Updated tests\bugs\gh_7638_test.py: Checked on 4.0.3.2966 (after backport 08-JUL-2023). Adjusted min_version.

This commit is contained in:
pavel-zotov 2023-07-19 00:22:52 +03:00
parent be336890df
commit e769dc22ec

View File

@ -8,6 +8,7 @@ DESCRIPTION:
NOTES:
[29.06.2023] pzotov
Checked on 5.0.0.1093 (intermediate build).
Checked on 4.0.3.2966 (after backport 08-JUL-2023).
"""
import pytest
@ -40,8 +41,8 @@ expected_stdout = """
VAL B3
"""
@pytest.mark.version('>=5.0')
@pytest.mark.version('>=4.0.3')
def test_1(act: Action):
act.expected_stdout = expected_stdout
act.execute()
act.execute(combine_output = True)
assert act.clean_stdout == act.clean_expected_stdout