Skip to content

Commit

Permalink
download demo test logging
Browse files Browse the repository at this point in the history
  • Loading branch information
pnxenopoulos committed Jun 21, 2024
1 parent cfefd08 commit b296ab0
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion tests/conftest.py
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,8 @@ def setup(): # noqa: PT004, ANN201
demo_data = json.load(file)
for file in demo_data:
if file not in os.listdir("tests"):
logger.debug(f"Downloading {file}.dem...")
dl_demo_msg = f"Downloading {file}.dem..."
logger.debug(dl_demo_msg)
_get_demofile(demo_link=demo_data[file]["url"], demo_name=file)


Expand Down

0 comments on commit b296ab0

Please sign in to comment.