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_hu_hu_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:10 +03:00
parent 137566dd24
commit cb4eb00e47

View File

@ -117,6 +117,7 @@ test_sql = """
;
"""
@pytest.mark.intl
@pytest.mark.version('>=5.0.0')
def test_1(act: Action, tmp_fbk: Path, tmp_fdb: Path, capsys):