Skip to content

Commit 7a5a56d

Browse files
authored
Pbckp 137 vs move pg node (#76)
1 parent b3777b2 commit 7a5a56d

File tree

3 files changed

+301
-12
lines changed

3 files changed

+301
-12
lines changed

Diff for: testgres/__init__.py

+2-2
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@
3232
ProcessType, \
3333
DumpFormat
3434

35-
from .node import PostgresNode
35+
from .node import PostgresNode, NodeApp
3636

3737
from .utils import \
3838
reserve_port, \
@@ -53,7 +53,7 @@
5353
"NodeConnection", "DatabaseError", "InternalError", "ProgrammingError", "OperationalError",
5454
"TestgresException", "ExecUtilException", "QueryException", "TimeoutException", "CatchUpException", "StartNodeException", "InitNodeException", "BackupException",
5555
"XLogMethod", "IsolationLevel", "NodeStatus", "ProcessType", "DumpFormat",
56-
"PostgresNode",
56+
"PostgresNode", "NodeApp",
5757
"reserve_port", "release_port", "bound_ports", "get_bin_path", "get_pg_config", "get_pg_version",
5858
"First", "Any",
5959
]

0 commit comments

Comments
 (0)