blob: af646ba1f3945901f567de005564864c5196badd (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
|
PY3TEST()
DATA(
arcadia/ydb/tests/functional/postgresql/cases
sbr://4298147653=psql
)
DEPENDS(
ydb/apps/ydbd
ydb/apps/pgwire
)
ENV(PYTHONWARNINGS="ignore")
ENV(YDB_DRIVER_BINARY="ydb/apps/ydbd/ydbd")
SIZE(MEDIUM)
TEST_SRCS(
test_postgres.py
)
PEERDIR(
library/python/testing/yatest_common
ydb/tests/library
ydb/tests/oss/ydb_sdk_import
ydb/tests/functional/postgresql/common
)
END()
|