test: retarget docs tests to the new consolidated docs structure#524
Merged
Conversation
The docs were restructured from a multi-page layout into index/managing/ reference. Six tests still asserted against removed pages (creating.md, agrx.md, tools.md) and a no-longer-generated llms.txt, failing the pipeline without flagging any real problem. Delete the obsolete existence/structure tests and retarget the still-valuable "all supported tools are documented" invariant from configuration.md to the new managing.md Multi-tool section. Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>
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
The docs were recently restructured from a multi-page layout into
index.md/managing.md/reference.md. Six tests intests/test_docs.pystill asserted against pages and files that no longer exist, failing CI without flagging any real problem.Changes
creating.mdexistence + skill example,llms.txtexistence,agrx.mdCLI table, andtools.mddetection-signals table.configuration.mdto the newmanaging.mdMulti-tool section (lists all six tools: claude, cursor, codex, opencode, copilot, antigravity).test_creating_exists→test_managing_exists.Remaining docs tests (link resolution, code-block validity, CLI command coverage, reference completeness) are untouched and still pass.
Test plan
uv run pytest tests/test_docs.py→ 26 passed🤖 Generated with Claude Code