mirror of
https://github.com/jrnl-org/jrnl.git
synced 2025-05-20 13:08:31 +02:00
Remove extraneous code
This commit is contained in:
parent
7b84935470
commit
59a6aa3cfd
1 changed files with 0 additions and 5 deletions
|
@ -202,11 +202,6 @@ def check_json_output_path(context, path, value):
|
||||||
assert struct == value, struct
|
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')
|
||||||
@then('the output should be "{text}"')
|
@then('the output should be "{text}"')
|
||||||
def check_output(context, text=None):
|
def check_output(context, text=None):
|
||||||
|
|
Loading…
Add table
Reference in a new issue