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:
parent
250d427e24
commit
306fdc72ac
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user