6
0
mirror of https://github.com/FirebirdSQL/firebird-qa.git synced 2025-02-02 02:40:42 +01:00

Added/Updated tests\bugs\core_1907_test.py: added combine_output and explicit check for expected_out

This commit is contained in:
pavel-zotov 2023-11-25 13:37:49 +03:00
parent 7d3e31df1a
commit efd2067220

View File

@ -34,4 +34,6 @@ act = isql_act('db', test_script)
@pytest.mark.version('>=3')
def test_1(act: Action):
act.execute()
act.expected_stdout = ''
act.execute(combine_output = True)
assert act.clean_stdout == act.clean_expected_stdout