mirror of
https://github.com/FirebirdSQL/firebird-qa.git
synced 2025-02-02 02:40:42 +01:00
Added/Updated tests\functional\tabloid\test_dbp_2146_distinct_not_in.py: added combine_output in order to see STDERR content
This commit is contained in:
parent
da7b00fe5b
commit
8dfbf6842f
@ -91,5 +91,5 @@ expected_stdout = """
|
||||
@pytest.mark.version('>=3.0')
|
||||
def test_1(act: Action):
|
||||
act.expected_stdout = expected_stdout
|
||||
act.execute()
|
||||
act.execute(combine_output = True)
|
||||
assert act.clean_stdout == act.clean_expected_stdout
|
||||
|
Loading…
Reference in New Issue
Block a user