| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
Add unit and live integration coverage for the existing default-template endpoint. Include read-only examples that load credentials from the project .env file.
There was a problem hiding this comment.
No issues found in the changed tests and examples. The new unit coverage matches the existing SandboxClient.list_default_templates() behavior, and the integration/example additions are consistent with nearby sandbox conventions.
Validation: changed files compile successfully with python -m py_compile, and git diff --check passes. The focused pytest suite was not run because pytest is not installed in this workspace.
Sorry, something went wrong.
| Back | FazBrowse Home | New Git URL |
Summary
Background
SandboxClient.list_default_templates() already exposes GET /default-templates, but the public behavior lacked direct unit coverage, live integration validation, and a focused read-only example. This aligns the Python SDK verification surface with qiniu/go-sdk#230.
Validation