6
0
mirror of https://github.com/FirebirdSQL/firebird-qa.git synced 2025-01-22 21:43:06 +01:00

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

This commit is contained in:
pavel-zotov 2023-10-09 12:14:46 +03:00
parent 052a485563
commit 50cee0ddcd

View File

@ -107,4 +107,4 @@ act = isql_act('db', test_script)
@pytest.mark.version('>=3.0')
def test_1(act: Action):
act.execute()
act.execute(combine_output = True)