add tests

This commit is contained in:
Adil Hafeez 2025-03-14 17:39:45 -07:00
parent 368ec75fd8
commit 31d08ec0d3
No known key found for this signature in database
GPG key ID: 9B18EF7691369645

View file

@ -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