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_7863_test.py: added forgotten import

This commit is contained in:
pavel-zotov 2025-01-18 16:03:50 +03:00
parent 3e94d0843d
commit d400394ff7

View File

@ -17,9 +17,11 @@ NOTES:
Checked on 6.0.0.223, 5.0.1.1322. Checked on 6.0.0.223, 5.0.1.1322.
""" """
import pytest
from pathlib import Path from pathlib import Path
import pytest
from firebird.qa import * from firebird.qa import *
from firebird.driver import DatabaseError
init_sql = """ init_sql = """
create view v_test_nr as select 1 i from rdb$fields rows 50; create view v_test_nr as select 1 i from rdb$fields rows 50;