Skip to content

Commit aa7f2ab

Browse files
author
Dylan Huang
authored
use decorator instead (#212)
1 parent bcc2d7c commit aa7f2ab

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

tests/pytest/test_pytest_input_messages.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,11 @@
11
from typing import List
22

3+
import pytest
34
from eval_protocol.models import EvaluationRow, Message
45
from eval_protocol.pytest import SingleTurnRolloutProcessor, evaluation_test
56

67

8+
@pytest.mark.parametrize("completion_params", [{"model": "fireworks_ai/accounts/fireworks/models/gpt-oss-120b"}])
79
@evaluation_test(
810
input_messages=[
911
[
@@ -12,7 +14,6 @@
1214
]
1315
]
1416
],
15-
completion_params=[{"model": "fireworks_ai/accounts/fireworks/models/gpt-oss-120b"}],
1617
rollout_processor=SingleTurnRolloutProcessor(),
1718
mode="all",
1819
)

0 commit comments

Comments
 (0)