run black

This commit is contained in:
Jonathan Wren 2020-01-04 13:42:25 -08:00
parent 549d771956
commit a3e24bcc9f
No known key found for this signature in database
GPG key ID: 43D5FF8722E7F68A

View file

@ -14,6 +14,7 @@ def before_feature(context, feature):
feature.skip("Skipping on Windows")
return
def before_scenario(context, scenario):
"""Before each scenario, backup all config and journal test data."""
# Clean up in case something went wrong
@ -44,6 +45,7 @@ def before_scenario(context, scenario):
scenario.skip("Skipping on Windows")
return
def after_scenario(context, scenario):
"""After each scenario, restore all test data and remove working_dirs."""
for folder in ("configs", "journals"):