6
0
mirror of https://github.com/FirebirdSQL/firebird-qa.git synced 2025-01-22 13:33:07 +01:00

Added/Updated tests\functional\util\test_gbak_zip.py: minor change: added 'encryption' mark in order to have ability to include/exclude this test to/from appropriate pytest runs using '-m' command switch

This commit is contained in:
pavel-zotov 2023-12-28 10:19:21 +03:00
parent f5129f5111
commit bc59f5e644

View File

@ -187,6 +187,7 @@ non_ascii_ddl = '''
'''
tmp_file = temp_file('non_ascii_ddl.sql')
@pytest.mark.encryption
@pytest.mark.version('>=4.0')
def test_1(act: Action, act_res: Action, tmp_fbk: Path, tmp_res: Database, tmp_file: Path, capsys):