mirror of
https://github.com/jrnl-org/jrnl.git
synced 2025-05-20 21:18:32 +02:00
clean up linting issues
This commit is contained in:
parent
1e160c5494
commit
694c8cdf62
2 changed files with 5 additions and 4 deletions
|
@ -84,4 +84,3 @@ def after_scenario(context, scenario):
|
|||
clean_all_working_dirs()
|
||||
else:
|
||||
clean_all_working_dirs()
|
||||
|
||||
|
|
|
@ -368,11 +368,13 @@ def flush_stderr(context):
|
|||
|
||||
|
||||
@then("we flush all the output")
|
||||
def flush_stderr(context):
|
||||
context.execute_steps('''
|
||||
def flush_all_output(context):
|
||||
context.execute_steps(
|
||||
"""
|
||||
Then we flush the output
|
||||
Then we flush the error output
|
||||
''')
|
||||
"""
|
||||
)
|
||||
|
||||
|
||||
@then("the output should be")
|
||||
|
|
Loading…
Add table
Reference in a new issue