mirror of
https://github.com/katanemo/plano.git
synced 2026-06-17 15:25:17 +02:00
add tests
This commit is contained in:
parent
368ec75fd8
commit
31d08ec0d3
1 changed files with 2 additions and 2 deletions
|
|
@ -2,7 +2,7 @@
|
|||
set -eu
|
||||
|
||||
# for demo in currency_exchange hr_agent
|
||||
for demo in currency_exchange
|
||||
for demo in currency_exchange weather_forecast
|
||||
do
|
||||
echo "******************************************"
|
||||
echo "Running tests for $demo ..."
|
||||
|
|
@ -11,7 +11,7 @@ do
|
|||
archgw up arch_config.yaml
|
||||
docker compose up -d
|
||||
cd ../../shared/test_runner
|
||||
TEST_DATA=../../samples_python/$demo/test_data.yaml poetry run pytest
|
||||
hurl --test hurl_tests
|
||||
cd ../../samples_python/$demo
|
||||
archgw down
|
||||
docker compose down -v
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue