From 649543d4c7ac623375e6bb0084fd415ad47d6549 Mon Sep 17 00:00:00 2001 From: Daniel Baumann Date: Sat, 18 May 2024 07:29:33 +0200 Subject: Adding 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/steps') 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