run black

This commit is contained in:
Jonathan Wren 2020-01-04 13:42:25 -08:00
parent 6a675791a2
commit 7f919fd071

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