mirror of
https://github.com/FirebirdSQL/firebird-qa.git
synced 2025-01-22 13:33:07 +01:00
Added/Updated tests\bugs\gh_7140_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
5a7e3b3a00
commit
3a43667f55
@ -52,6 +52,7 @@ expected_stdout = """
|
||||
C1 <null>
|
||||
"""
|
||||
|
||||
@pytest.mark.intl
|
||||
@pytest.mark.version('>=4.0.2')
|
||||
def test_1(act: Action):
|
||||
act.expected_stdout = expected_stdout
|
||||
|
Loading…
Reference in New Issue
Block a user