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

Added/Updated tests\bugs\gh_7094_test.py: Added 'pytest.mark.intl' attribute in order to have ability to run only tests related to i18n

This commit is contained in:
pavel-zotov 2024-12-29 09:58:34 +03:00
parent 1de210d188
commit 6c4ff410f3

View File

@ -70,6 +70,7 @@ expected_stdout = """
C2 ch C2 ch
""" """
@pytest.mark.intl
@pytest.mark.version('>=4.0.2') @pytest.mark.version('>=4.0.2')
def test_1(act: Action): def test_1(act: Action):
act.expected_stdout = expected_stdout act.expected_stdout = expected_stdout