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:
parent
3e94d0843d
commit
d400394ff7
@ -17,9 +17,11 @@ NOTES:
|
||||
Checked on 6.0.0.223, 5.0.1.1322.
|
||||
"""
|
||||
|
||||
import pytest
|
||||
from pathlib import Path
|
||||
|
||||
import pytest
|
||||
from firebird.qa import *
|
||||
from firebird.driver import DatabaseError
|
||||
|
||||
init_sql = """
|
||||
create view v_test_nr as select 1 i from rdb$fields rows 50;
|
||||
|
Loading…
Reference in New Issue
Block a user