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

Added/Updated tests\bugs\core_5793_test.py: minor change: added message for better diagnostics

This commit is contained in:
pavel-zotov 2023-03-07 13:42:37 +03:00
parent 929d9e1dac
commit 16af5f2e5d

View File

@ -64,4 +64,4 @@ def test_1(act: Action, capsys):
act.expected_stdout = fb3x_checked_stdout if act.is_version('<4') else fb4x_checked_stdout act.expected_stdout = fb3x_checked_stdout if act.is_version('<4') else fb4x_checked_stdout
act.stdout = capsys.readouterr().out act.stdout = capsys.readouterr().out
assert act.clean_stdout == act.clean_expected_stdout assert act.clean_stdout == act.clean_expected_stdout, f'Failed command: {sttm}'