Skip to content

Commit 6dd8759

Browse files
author
v.shepard
committed
PBCKP-237 add s3 tests to jenkins
1 parent aa31edf commit 6dd8759

File tree

1 file changed

+11
-0
lines changed

1 file changed

+11
-0
lines changed

__init__.py

+11
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,11 @@
1+
from testgres.testgres import PostgresNode, QueryException, ProcessType, StartNodeException, reserve_port, release_port, \
2+
bound_ports, get_bin_path, get_pg_config, get_pg_version, First, Any
3+
4+
__all__ = [
5+
"PostgresNode",
6+
"QueryException",
7+
"ProcessType",
8+
"StartNodeException",
9+
"reserve_port", "release_port", "bound_ports", "get_bin_path", "get_pg_config", "get_pg_version",
10+
"First", "Any",
11+
]

0 commit comments

Comments
 (0)