summaryrefslogtreecommitdiffstats
path: root/tests/features/steps/basic_commands.py
diff options
context:
space:
mode:
Diffstat (limited to 'tests/features/steps/basic_commands.py')
-rw-r--r--tests/features/steps/basic_commands.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/tests/features/steps/basic_commands.py b/tests/features/steps/basic_commands.py
index fc9f2f83..30525906 100644
--- a/tests/features/steps/basic_commands.py
+++ b/tests/features/steps/basic_commands.py
@@ -21,6 +21,7 @@ def step_run_cli(context):
def step_wait_prompt(context):
wrappers.wait_prompt(context)
+
@when('we send "ctrl + d"')
def step_ctrl_d(context):
"""