mirror of
https://github.com/katanemo/plano.git
synced 2026-06-17 15:25:17 +02:00
parallel runs
This commit is contained in:
parent
52903d8662
commit
36af25b0df
2 changed files with 2 additions and 1 deletions
|
|
@ -13,6 +13,7 @@ dependencies = [
|
|||
"pytest-sugar>=1.0.0",
|
||||
"deepdiff>=8.0.1",
|
||||
"pytest-retry>=1.6.3",
|
||||
"pytest-xdist>=3.5.0",
|
||||
"anthropic>=0.66.0",
|
||||
"openai>=1.0.0",
|
||||
]
|
||||
|
|
|
|||
|
|
@ -42,7 +42,7 @@ cd -
|
|||
|
||||
# Run both test suites that share this config in a single pytest invocation
|
||||
log "running e2e tests for model alias routing + openai responses api"
|
||||
uv run pytest test_model_alias_routing.py test_openai_responses_api_client.py
|
||||
uv run pytest -n auto test_model_alias_routing.py test_openai_responses_api_client.py
|
||||
|
||||
# Cleanup
|
||||
log "shutting down"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue