summaryrefslogtreecommitdiffstats
path: root/tests/features
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/features
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/features')
-rw-r--r--tests/features/steps/crud_database.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/tests/features/steps/crud_database.py b/tests/features/steps/crud_database.py
index 87cdc85..9507d46 100644
--- a/tests/features/steps/crud_database.py
+++ b/tests/features/steps/crud_database.py
@@ -3,6 +3,7 @@ Steps for behavioral style tests are defined in this module.
Each step is defined by the string decorating it.
This string is used to call the step in "*.feature" file.
"""
+
import pexpect
from behave import when, then