summaryrefslogtreecommitdiffstats
path: root/tests/conftest.py
diff options
context:
space:
mode:
authorDaniel Baumann <daniel.baumann@progress-linux.org>2024-05-18 13:21:44 +0000
committerDaniel Baumann <daniel.baumann@progress-linux.org>2024-05-18 13:21:44 +0000
commitb87ee950e3a0c43769bf29f3a98eba9887fb5564 (patch)
tree1a2841f0949788680ff18c6bd68f8961578a6bd6 /tests/conftest.py
parentReleasing progress-linux version 4.0.1-1~progress7.99u1. (diff)
downloadpgcli-b87ee950e3a0c43769bf29f3a98eba9887fb5564.tar.xz
pgcli-b87ee950e3a0c43769bf29f3a98eba9887fb5564.zip
Merging upstream version 4.1.0.
Signed-off-by: Daniel Baumann <daniel.baumann@progress-linux.org>
Diffstat (limited to 'tests/conftest.py')
-rw-r--r--tests/conftest.py2
1 files changed, 2 insertions, 0 deletions
diff --git a/tests/conftest.py b/tests/conftest.py
index 33cddf2..e50f1fe 100644
--- a/tests/conftest.py
+++ b/tests/conftest.py
@@ -9,6 +9,7 @@ from utils import (
db_connection,
drop_tables,
)
+import pgcli.main
import pgcli.pgexecute
@@ -37,6 +38,7 @@ def executor(connection):
password=POSTGRES_PASSWORD,
port=POSTGRES_PORT,
dsn=None,
+ notify_callback=pgcli.main.notify_callback,
)