We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c6db589 commit 914205bCopy full SHA for 914205b
eval_protocol/pytest/evaluation_test.py
@@ -190,6 +190,7 @@ def evaluation_test(
190
original_completion_params = completion_params
191
passed_threshold = parse_ep_passed_threshold(passed_threshold)
192
custom_invocation_id = os.environ.get("EP_INVOCATION_ID", None)
193
+
194
def decorator(
195
test_func: TestFunction,
196
) -> TestFunction:
0 commit comments