Fixed #175 -- Documented CliTestClient in the public testing API. - #178
Merged
Conversation
|
@harshita-777 is attempting to deploy a commit to the Devilsautumn Team on Vercel. A member of the Team first needs to authorize it. |
Greptile SummaryThis PR documents
|
| Filename | Overview |
|---|---|
| docs/en/dev/reference/index.md | Adds CliTestClient to the public testing symbol table; the Testing page description should also mention CLI coverage. |
| docs/en/dev/stability.md | Adds CliTestClient to the documented top-level testing imports in the stability/public boundary page. |
| package-lock.json | Refreshes docs dev transitive dependencies (dompurify, postcss, and nanoid) to published patch versions without manifest changes. |
| tests/typing/test_test_client_types.py | Adds a public typing assertion that TestClient.cli exposes CliTestClient, matching the existing MCP helper contract. |
Reviews (4): Last reviewed commit: "Refs #175 -- Updated docs dependency loc..." | Re-trigger Greptile
Owner
|
Hi @harshita-777 , Thanks for this patch. Can you please make sure that all the contribution guidelines are followed ? I see a few problems :
|
Owner
|
Hi @harshita-777 , any updates on this? |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
Adds
CliTestClientto the documented public testing API and covers theclient.clihelper in the public typing contract.Fixes #175.
Changes
CliTestClientto the Testing row in the reference index.CliTestClientto the testing list in the stability page.client.climatching the existingclient.mcpcheck.dompurifyandpostcss.Checks
uv run mypy tests/typing/test_test_client_types.pyuv run pytest tests/unit/test_public_package_surface.py -qnpm cinpm audit --audit-level=moderatenpm run docs:buildruff format,ruff check,mypy