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_6915_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:57:56 +03:00
parent 54488c2ac4
commit 137566dd24

View File

@ -51,6 +51,7 @@ test_script = """
act = isql_act('db', test_script, substitutions=[('[ \t]+', ' ')])
@pytest.mark.intl
@pytest.mark.version('>=4.0.1')
def test_1(act: Action):
act.execute()