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

Added/Updated tests\bugs\gh_7800_test.py: Checked on 5.0.0.1283, 4.0.5.3033 after backport (intermediate snapshots 30.11.2023).

This commit is contained in:
pavel-zotov 2023-11-30 21:46:39 +03:00
parent 1bd0dcaf44
commit 8fdd24dd7b

View File

@ -8,6 +8,9 @@ DESCRIPTION:
NOTES:
[01.11.2023] pzotov
Checked on 6.0.0.101.
[30.11.2023] pzotov
Checked on 5.0.0.1283, 4.0.5.3033 after backport (intermediate snapshots 30.11.2023).
"""
from io import BytesIO
from pathlib import Path
@ -32,7 +35,7 @@ test_script = """
"""
act = isql_act('db', test_script)
@pytest.mark.version('>=6.0')
@pytest.mark.version('>=4.0')
def test_1(act: Action):
bkp_data = BytesIO()