Skip to content

Commit

Permalink
Playground with all command at ersilia-os#1368
Browse files Browse the repository at this point in the history
  • Loading branch information
Abellegese committed Nov 18, 2024
1 parent f3f687d commit 71ea736
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions test/playground/noxfile.py
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,7 @@ def test_cli(session):
external=True
)
# default run --from_github
logger.info(f"CLI test for model: {config.get("model_id")} and {config.get("fetch_flags")}")
logger.info(f'CLI test for model: {config.get("model_id")} and {config.get("fetch_flags")}')
session.run(
"pytest",
"commands.py",
Expand All @@ -78,7 +78,7 @@ def test_cli(session):
"fetch_flags": "--from_dockerhub"
})

logger.info(f"CLI test for model: {config.get("model_id")} and {config.get("fetch_flags")}")
logger.info(f'CLI test for model: {config.get("model_id")} and {config.get("fetch_flags")}')
session.run(
"pytest",
"commands.py",
Expand All @@ -90,7 +90,7 @@ def test_cli(session):
"fetch_flags": ""
})

logger.info(f"CLI test for model: {config.get("model_id")} and auto fetcher decider")
logger.info(f'CLI test for model: {config.get("model_id")} and auto fetcher decider')
session.run(
"pytest",
"commands.py",
Expand Down

0 comments on commit 71ea736

Please sign in to comment.