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

This commit is contained in:
pavel-zotov 2024-05-10 00:39:25 +03:00
parent 655577ae41
commit e729ac1dd7

View File

@ -881,8 +881,7 @@ SUMMDOC OUTPUT DOUBLE PRECISION
@pytest.mark.version('>=3')
def test_1(act: Action):
act.expected_stdout = expected_stdout
act.isql(switches=[],
input=test_script % act.db.dsn, connect_db=False, charset='WIN1251')
act.isql(switches=['-q'], input = test_script % act.db.dsn, connect_db=False, charset='WIN1251', combine_output = True)
assert act.clean_stdout == act.clean_expected_stdout