Remove extraneous code

This commit is contained in:
Aaron Lichtman 2019-11-16 14:54:03 +01:00
parent 7b84935470
commit 59a6aa3cfd
No known key found for this signature in database
GPG key ID: 22368077DE9F9903

View file

@ -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):