mirror of
https://github.com/meta-llama/llama-stack.git
synced 2025-12-16 21:59:26 +00:00
clean up
This commit is contained in:
parent
9152efa1a9
commit
f820123b99
3 changed files with 3 additions and 11 deletions
|
|
@ -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"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue