mirror of
https://github.com/FirebirdSQL/firebird-qa.git
synced 2025-01-22 13:33:07 +01:00
Added/Updated tests\bugs\gh_6801_test.py: added 'combine_output = True' to show the result when the test fails
This commit is contained in:
parent
9321e67367
commit
a8d3f25cf7
@ -127,5 +127,5 @@ expected_stdout = """
|
|||||||
@pytest.mark.version('>=4.0.1')
|
@pytest.mark.version('>=4.0.1')
|
||||||
def test_1(act: Action):
|
def test_1(act: Action):
|
||||||
act.expected_stdout = expected_stdout
|
act.expected_stdout = expected_stdout
|
||||||
act.execute()
|
act.execute(combine_output = True)
|
||||||
assert act.clean_stdout == act.clean_expected_stdout
|
assert act.clean_stdout == act.clean_expected_stdout
|
||||||
|
Loading…
Reference in New Issue
Block a user