mirror of
https://github.com/FirebirdSQL/firebird-qa.git
synced 2025-01-22 13:33:07 +01:00
Added/Updated tests\bugs\gh_6915_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
54488c2ac4
commit
137566dd24
@ -51,6 +51,7 @@ test_script = """
|
||||
|
||||
act = isql_act('db', test_script, substitutions=[('[ \t]+', ' ')])
|
||||
|
||||
@pytest.mark.intl
|
||||
@pytest.mark.version('>=4.0.1')
|
||||
def test_1(act: Action):
|
||||
act.execute()
|
||||
|
Loading…
Reference in New Issue
Block a user