Skip to content

Commit c8ba8b3

Browse files
committed
Added import DatabaseError needed to proper handling possible exception
1 parent f999320 commit c8ba8b3

File tree

69 files changed

+69
-0
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

69 files changed

+69
-0
lines changed

tests/functional/arno/optimizer/test_opt_aggregate_distribution_01.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,7 @@
1919

2020
import pytest
2121
from firebird.qa import *
22+
from firebird.driver import DatabaseError
2223

2324
init_script = """CREATE TABLE Colors (
2425
ColorID INTEGER NOT NULL,

tests/functional/arno/optimizer/test_opt_aggregate_distribution_02.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,7 @@
1919

2020
import pytest
2121
from firebird.qa import *
22+
from firebird.driver import DatabaseError
2223

2324
init_script = """CREATE TABLE Colors (
2425
ColorID INTEGER NOT NULL,

tests/functional/arno/optimizer/test_opt_aggregate_distribution_03.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,7 @@
1919

2020
import pytest
2121
from firebird.qa import *
22+
from firebird.driver import DatabaseError
2223

2324
init_script = """
2425
CREATE TABLE Colors (

tests/functional/arno/optimizer/test_opt_aggregate_distribution_04.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,7 @@
1919

2020
import pytest
2121
from firebird.qa import *
22+
from firebird.driver import DatabaseError
2223

2324
init_script = """
2425
CREATE TABLE Colors (

tests/functional/arno/optimizer/test_opt_aggregate_distribution_05.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,7 @@
2020

2121
import pytest
2222
from firebird.qa import *
23+
from firebird.driver import DatabaseError
2324

2425
init_script = """
2526
CREATE TABLE Colors (

tests/functional/arno/optimizer/test_opt_aggregate_distribution_06.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,7 @@
2020

2121
import pytest
2222
from firebird.qa import *
23+
from firebird.driver import DatabaseError
2324

2425
init_script = """
2526
CREATE TABLE Colors (

tests/functional/arno/optimizer/test_opt_aggregate_distribution_07.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,7 @@
1919

2020
import pytest
2121
from firebird.qa import *
22+
from firebird.driver import DatabaseError
2223

2324
init_script = """
2425
CREATE TABLE Colors (

tests/functional/arno/optimizer/test_opt_aggregate_distribution_08.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,7 @@
1919

2020
import pytest
2121
from firebird.qa import *
22+
from firebird.driver import DatabaseError
2223

2324
init_script = """
2425
CREATE TABLE Colors (

tests/functional/arno/optimizer/test_opt_aggregate_distribution_09.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,7 @@
1919

2020
import pytest
2121
from firebird.qa import *
22+
from firebird.driver import DatabaseError
2223

2324
init_script = """
2425
CREATE TABLE Colors (

tests/functional/arno/optimizer/test_opt_aggregate_distribution_10.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,7 @@
1919

2020
import pytest
2121
from firebird.qa import *
22+
from firebird.driver import DatabaseError
2223

2324
init_script = """
2425
CREATE TABLE Colors (

0 commit comments

Comments
 (0)