refactor: move tests/client-sdk to tests/api (#1376)

This PR moves the client-sdk tests to the api directory to better
reflect their purpose and improve code organization.
This commit is contained in:
Ashwin Bharambe 2025-03-03 17:28:12 -08:00 committed by GitHub
parent c3155cb1bc
commit 5736c7d682
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
29 changed files with 13 additions and 13 deletions

View file

@ -39,7 +39,7 @@ class TestVisionModelInference:
ImageContentItem(
image=dict(
url=URL(
uri="https://raw.githubusercontent.com/meta-llama/llama-stack/main/tests/client-sdk/inference/dog.png"
uri="https://raw.githubusercontent.com/meta-llama/llama-stack/main/tests/api/inference/dog.png"
)
)
),
@ -80,7 +80,7 @@ class TestVisionModelInference:
ImageContentItem(
image=dict(
url=URL(
uri="https://raw.githubusercontent.com/meta-llama/llama-stack/main/tests/client-sdk/inference/dog.png"
uri="https://raw.githubusercontent.com/meta-llama/llama-stack/main/tests/api/inference/dog.png"
)
)
),