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:
parent
7d3e31df1a
commit
efd2067220
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user