clean up linting issues

This commit is contained in:
Jonathan Wren 2020-09-26 12:38:22 -07:00
parent 1e160c5494
commit 694c8cdf62
No known key found for this signature in database
GPG key ID: 43D5FF8722E7F68A
2 changed files with 5 additions and 4 deletions

View file

@ -84,4 +84,3 @@ def after_scenario(context, scenario):
clean_all_working_dirs()
else:
clean_all_working_dirs()

View file

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