This commit is contained in:
= 2020-05-29 17:41:29 -04:00
parent bebe1b9d9d
commit 13ac036a05

View file

@ -28,7 +28,6 @@ def before_scenario(context, scenario):
"""Before each scenario, backup all config and journal test data."""
# Clean up in case something went wrong
clean_all_working_dirs()
CWD = os.getcwd()
for folder in ("configs", "journals"):
original = os.path.join("features", "data", folder)
working_dir = os.path.join("features", folder)