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_cs_cz_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:22 +03:00
parent cb4eb00e47
commit 1de210d188

View File

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