mirror of
https://github.com/jrnl-org/jrnl.git
synced 2025-05-10 16:48:31 +02:00
run black
This commit is contained in:
parent
6a675791a2
commit
7f919fd071
1 changed files with 2 additions and 0 deletions
|
@ -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"):
|
||||
|
|
Loading…
Add table
Reference in a new issue