We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8b3e8a8 commit dbc11b5Copy full SHA for dbc11b5
1 file changed
.github/copilot-instructions.md
@@ -10,7 +10,7 @@ guidelines when contributing:
10
11
### Development Flow
12
- Install dependencies: `(curl -LsSf https://astral.sh/uv/install.sh | sh) && uv venv && uv pip install -r requirements.txt -r tests/requirements.txt && pre-commit install`
13
-- Test: `export PYTHONPATH=. && export CLARIFAI_USER_ID="$(uv run python scripts/key_for_tests.py --get-userid)" && export CLARIFAI_PAT="$(uv run python scripts/key_for_tests.py --create-pat)" && uv run pytest --cov=. --cov-report=xml:coverage/coverage.cobertura.xml --ignore=tests/runners/test_model_run_locally-container.py`
+- Test: `./tests/run_tests.sh`
14
15
## Repository Structure
16
- `tests/`: Where all the tests are
0 commit comments