From 59a6aa3cfdf50cdc12c7e428926c6bf93d9b550f Mon Sep 17 00:00:00 2001 From: Aaron Lichtman Date: Sat, 16 Nov 2019 14:54:03 +0100 Subject: [PATCH] Remove extraneous code --- features/steps/core.py | 5 ----- 1 file changed, 5 deletions(-) diff --git a/features/steps/core.py b/features/steps/core.py index b48562e7..847cbeaf 100644 --- a/features/steps/core.py +++ b/features/steps/core.py @@ -202,11 +202,6 @@ def check_json_output_path(context, path, value): assert struct == value, struct -@then('the output should be empty') -def check_empty_output(context): - assert context.stdout_capture is None - - @then('the output should be') @then('the output should be "{text}"') def check_output(context, text=None):