mirror of
https://github.com/meta-llama/llama-stack.git
synced 2025-06-29 03:14:19 +00:00
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:
parent
c3155cb1bc
commit
5736c7d682
29 changed files with 13 additions and 13 deletions
|
@ -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"
|
||||
)
|
||||
)
|
||||
),
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue