Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@
Tests evaluation with multiple EvaluationConfig objects - one with prompt template,
one with orchestration registry reference and custom metric.
"""
import pytest
import requests
import unittest
from gen_ai_hub.evaluations.models.evaluation_config import EvaluationConfig
Expand Down Expand Up @@ -226,6 +227,7 @@ def setUpClass(cls):
)
except Exception as e:
print(f"Warning: Error during setUpClass: {e}")
pytest.skip(f"Error during setUpClass: {e}")
# IDs remain None, tearDownClass will handle cleanup if needed

@classmethod
Expand Down