forked from phoenix-oss/llama-stack-mirror
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
|
@ -80,7 +80,7 @@ LLAMA_STACK_CONFIG=
|
|||
|
||||
And then use this dotenv file when running client SDK tests via the following:
|
||||
```bash
|
||||
$ uv run --env-file .env -- pytest -v tests/client-sdk/inference/test_text_inference.py
|
||||
$ uv run --env-file .env -- pytest -v tests/api/inference/test_text_inference.py
|
||||
```
|
||||
|
||||
## Pre-commit Hooks
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue