Skip to content

Commit 6c81827

Browse files
committed
precommit
1 parent f1c7843 commit 6c81827

File tree

1 file changed

+6
-1
lines changed

1 file changed

+6
-1
lines changed

tests/test_end2end.py

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,12 @@
1515
@pytest.mark.parametrize(
1616
"model",
1717
TEST_MODELS,
18-
ids=[model.get("cli_version", model["name"]) if model.get("cli_version") else model["name"] for model in TEST_MODELS],
18+
ids=[
19+
model.get("cli_version", model["name"])
20+
if model.get("cli_version")
21+
else model["name"]
22+
for model in TEST_MODELS
23+
],
1924
)
2025
def test_cli_conversion(model: dict, test_config: dict, subtests):
2126
"""Tests the whole CLI conversion flow with no extra params specified."""

0 commit comments

Comments
 (0)