From e282f77eeec8fb10a87cf13ec0a2c858237e3225 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?S=C3=A9bastien=20Helleu?= Date: Sun, 20 Apr 2025 09:07:45 +0200 Subject: [PATCH] core: add parameter `--show-trace` in the call to schemathesis This displays a complete traceback information in case of internal error. --- tools/test_relay_api.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/tools/test_relay_api.sh b/tools/test_relay_api.sh index 8769356d0..68345f997 100755 --- a/tools/test_relay_api.sh +++ b/tools/test_relay_api.sh @@ -78,6 +78,7 @@ url="$1" schemathesis run \ --checks all \ + --show-trace \ --validate-schema=true \ --experimental=openapi-3.1 \ --base-url "${url}/api" \