From 7f919fd0715d327a125d3525ce46a21d78e63fc8 Mon Sep 17 00:00:00 2001 From: Jonathan Wren Date: Sat, 4 Jan 2020 13:42:25 -0800 Subject: [PATCH] run black --- features/environment.py | 2 ++ 1 file changed, 2 insertions(+) diff --git a/features/environment.py b/features/environment.py index ebda16b6..02f2747e 100644 --- a/features/environment.py +++ b/features/environment.py @@ -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"):