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

Added/Updated tests\bugs\core_3947_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:59:26 +03:00
parent 250d427e24
commit 306fdc72ac

View File

@ -51,6 +51,7 @@ expected_stdout = """
PLAN SORT (T NATURAL)
"""
@pytest.mark.intl
@pytest.mark.version('>=3.0')
def test_1(act: Action):
act.expected_stdout = expected_stdout