6
0
mirror of https://github.com/FirebirdSQL/firebird-qa.git synced 2025-01-22 13:33:07 +01:00

Added pytest.mark.intl to have ability filtering these files if only QA-run related to non-ascii data is needed.

This commit is contained in:
pavel-zotov 2024-10-31 11:28:06 +03:00
parent a8d5d389f7
commit 19c51597e5
2 changed files with 2 additions and 0 deletions

View File

@ -157,6 +157,7 @@ expected_stdout = """
Records affected: 1
"""
@pytest.mark.intl
@pytest.mark.version('>=4.0')
def test_1(act: Action):
act.expected_stdout = expected_stdout

View File

@ -41,6 +41,7 @@ substitutions = [ ('.* FAILED EXECUTE_TRIGGER_FINISH', 'FAILED EXECUTE_TRIGGER_F
act = python_act('db', substitutions = substitutions)
@pytest.mark.intl
@pytest.mark.trace
@pytest.mark.version('>=4.0')
def test_1(act: Action, tmp_worker: User, capsys):