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:
parent
cb4eb00e47
commit
1de210d188
@ -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):
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user