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_0165_test.py: added combine_output in order to see STDERR content

This commit is contained in:
pavel-zotov 2024-03-13 09:33:32 +03:00
parent 73190ac2b1
commit da7b00fe5b

View File

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