You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
run = 'OPENAPI_DOC_AUTH_TOKEN="$(doppler secrets get SDK_SPEC_ENDPOINT_TOKEN --project kombo-engine --config dev --plain)" speakeasy run --minimal --skip-upload-spec --skip-versioning --skip-compile --target kombo-python'
[tasks."test"]
description = "Run tests"
run = "uv run pytest tests/ -v"
[tasks."test:update"]
description = "Run tests and update inline snapshots"
run = "uv run pytest tests/ --inline-snapshot=fix -v"