This commit is contained in:
Swapna Lekkala 2025-10-10 09:16:15 -07:00
parent 9152efa1a9
commit f820123b99
3 changed files with 3 additions and 11 deletions

View file

@ -38,11 +38,6 @@ def responses_impl(mock_apis):
return OpenAIResponsesImpl(**mock_apis)
# ============================================================================
# Shield ID Extraction Tests
# ============================================================================
def test_extract_shield_ids_from_strings(responses_impl):
"""Test extraction from simple string shield IDs."""
shields = ["llama-guard", "content-filter", "nsfw-detector"]
@ -92,11 +87,6 @@ def test_extract_shield_ids_unknown_format(responses_impl):
extract_shield_ids(shields)
# ============================================================================
# Text Content Extraction Tests
# ============================================================================
def test_extract_text_content_string(responses_impl):
"""Test extraction from simple string content."""
content = "Hello world"