Skip to content

Commit

Permalink
make the directory
Browse files Browse the repository at this point in the history
  • Loading branch information
tonyfast committed Nov 21, 2023
1 parent f93f7c6 commit b4162df
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions tests/test_smoke.py
Original file line number Diff line number Diff line change
Expand Up @@ -81,6 +81,7 @@ def test_static_assets(assets):
assert target.exists(), f"{assets.name} doesn't exist."
except AssertionError:
copyfile(assets, target)
target.parent.mkdir(exist_ok=True, parents=True)
assert target.exists(), f"{assets.name} couldn't be created"


Expand Down

0 comments on commit b4162df

Please sign in to comment.