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_6166_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:06:26 +03:00
parent 407bead382
commit 4556353076

View File

@ -94,5 +94,5 @@ def test_1(act: Action):
# Check 2
act.reset()
act.expected_stdout = expected_stdout
act.isql(switches=[], input=test_script, charset='utf8')
act.isql(switches=[], input=test_script, combine_output = True, charset='utf8')
assert act.clean_stdout == act.clean_expected_stdout