summaryrefslogtreecommitdiffstats
path: root/tests/features
diff options
context:
space:
mode:
authorERYoung11 <78834571+ERYoung11@users.noreply.github.com>2024-02-05 23:41:28 -0600
committerGitHub <noreply@github.com>2024-02-05 21:41:28 -0800
commit27b2bc2d372dc66f5fc6112e9d62f0d9ac186130 (patch)
treefd35f11625edb24cf91ebe5ba5ffcfac85fce39a /tests/features
parente2ff38d1702f77a4a7492824929fb6f9777edfc1 (diff)
Raised notices (#1450)
* Fix - Raised notices are printed backwards #1443 * updated changelog * removed a print * fixed up syntax error * removing unneeded Nones from output * rem var due to github recommendation * adjusting if statements.
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 87cdc85b..9507d461 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