|
3 | 3 | from .helpers.global_data import OsOperations
|
4 | 4 | from .helpers.global_data import PortManager
|
5 | 5 |
|
6 |
| -from ..testgres.node import PgVer |
7 |
| -from ..testgres.node import PostgresNode |
8 |
| -from ..testgres.utils import get_pg_version2 |
9 |
| -from ..testgres.utils import file_tail |
10 |
| -from ..testgres.utils import get_bin_path2 |
11 |
| -from ..testgres import ProcessType |
12 |
| -from ..testgres import NodeStatus |
13 |
| -from ..testgres import IsolationLevel |
| 6 | +from testgres.node import PgVer |
| 7 | +from testgres.node import PostgresNode |
| 8 | +from testgres.utils import get_pg_version2 |
| 9 | +from testgres.utils import file_tail |
| 10 | +from testgres.utils import get_bin_path2 |
| 11 | +from testgres import ProcessType |
| 12 | +from testgres import NodeStatus |
| 13 | +from testgres import IsolationLevel |
14 | 14 |
|
15 | 15 | # New name prevents to collect test-functions in TestgresException and fixes
|
16 | 16 | # the problem with pytest warning.
|
17 |
| -from ..testgres import TestgresException as testgres_TestgresException |
18 |
| - |
19 |
| -from ..testgres import InitNodeException |
20 |
| -from ..testgres import StartNodeException |
21 |
| -from ..testgres import QueryException |
22 |
| -from ..testgres import ExecUtilException |
23 |
| -from ..testgres import TimeoutException |
24 |
| -from ..testgres import InvalidOperationException |
25 |
| -from ..testgres import BackupException |
26 |
| -from ..testgres import ProgrammingError |
27 |
| -from ..testgres import scoped_config |
28 |
| -from ..testgres import First, Any |
| 17 | +from testgres import TestgresException as testgres_TestgresException |
| 18 | + |
| 19 | +from testgres import InitNodeException |
| 20 | +from testgres import StartNodeException |
| 21 | +from testgres import QueryException |
| 22 | +from testgres import ExecUtilException |
| 23 | +from testgres import TimeoutException |
| 24 | +from testgres import InvalidOperationException |
| 25 | +from testgres import BackupException |
| 26 | +from testgres import ProgrammingError |
| 27 | +from testgres import scoped_config |
| 28 | +from testgres import First, Any |
29 | 29 |
|
30 | 30 | from contextlib import contextmanager
|
31 | 31 |
|
|
0 commit comments