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_6872_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:12 +03:00
parent 3a43667f55
commit 250d427e24

View File

@ -85,6 +85,7 @@ expected_stdout = """
Duration ratio: acceptable. Duration ratio: acceptable.
""" """
@pytest.mark.intl
@pytest.mark.version('>=4.0.1') @pytest.mark.version('>=4.0.1')
def test_1(act: Action, capsys): def test_1(act: Action, capsys):