Skip to content

Commit

Permalink
refactor (sdk:tests): add command to run sdk_routing test suites
Browse files Browse the repository at this point in the history
  • Loading branch information
aybruhm committed Dec 20, 2024
1 parent e741644 commit b0a1948
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions agenta-cli/tests/run_tests.sh
Original file line number Diff line number Diff line change
Expand Up @@ -2,5 +2,5 @@

set -e

OPENAI_API_KEY=sk-xxxxxxxx AGENTA_HOST=http://localhost AGENTA_API_KEY=xxxxx.xxxxxxxxxxxxx pytest management/ -v -m variant_management # run variant_management tests

OPENAI_API_KEY=sk-xxxxx AGENTA_HOST=http://localhost AGENTA_API_KEY=xxxx.xxxxxxxxxxxxxxx pytest -n 2 -v ./management/*
BASE_URL=http://127.0.0.1 AGENTA_HOST=http://localhost AGENTA_API_KEY=xxxx.xxxxxxxxxxxxxxx pytest -v ./sdk_routing/*

0 comments on commit b0a1948

Please sign in to comment.