diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index 5f1fa706d..17b28dda5 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -70,9 +70,9 @@ $ uv pip install -e . $ source .venv/bin/activate ``` -Note that you can modify the existing `.env.dev` dotenv file for running tests via the following: +Note that you can modify the existing `.env.dev` dotenv file for running client SDK tests via the following: ```bash -$ uv run --env-file .env.dev -- python +$ uv run --env-file .env.dev -- pytest -v tests/client-sdk/inference/test_text_inference.py ``` ## Pre-commit Hooks