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

Added/Updated tests\bugs\core_4887_test.py: added 'combine_output = True' to show the result when the test fails

This commit is contained in:
pavel-zotov 2023-10-09 12:03:01 +03:00
parent dd03b172ab
commit cb37352210

View File

@ -136,6 +136,6 @@ expected_stdout = """
@pytest.mark.version('>=3.0')
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