From b87ee950e3a0c43769bf29f3a98eba9887fb5564 Mon Sep 17 00:00:00 2001 From: Daniel Baumann Date: Sat, 18 May 2024 15:21:44 +0200 Subject: Merging upstream version 4.1.0. Signed-off-by: Daniel Baumann --- tests/features/steps/crud_database.py | 1 + 1 file changed, 1 insertion(+) (limited to 'tests/features') 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 -- cgit v1.2.3