1
0
mirror of https://github.com/weechat/weechat.git synced 2026-06-12 14:14:48 +02:00

core: add parameter --show-trace in the call to schemathesis

This displays a complete traceback information in case of internal error.
This commit is contained in:
Sébastien Helleu
2025-04-20 09:07:45 +02:00
parent 286122b0c3
commit e282f77eee
+1
View File
@@ -78,6 +78,7 @@ url="$1"
schemathesis run \
--checks all \
--show-trace \
--validate-schema=true \
--experimental=openapi-3.1 \
--base-url "${url}/api" \