Trim the test item framework page to a pointer - #101
Merged
Conversation
The test item framework now has its own documentation site at julia-testitems.org, and this page had become a drifting copy of it — it still documented the `@testitem` keyword arguments without `skip`, for example. Replace the body with a short pointer to that site, keeping the page title and file name so the sidebar entry and the existing link from the configuration page still resolve. Co-Authored-By: Claude Opus 5 (1M context) <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.
docs/src/userguide/testitems.mdwas a full duplicate of content now owned by the dedicated test item docs site at https://julia-testitems.org, and it had already drifted — it documents the@testitemkeyword arguments but not the newerskip, and its VS Code sections are a subset of the site's VS Code Integration page.This replaces the body with a short pointer to that site plus the one genuinely VS Code-specific line worth keeping (open the Testing activity bar; discovery is automatic).
make.jlsidebar entry and the existing link fromuserguide/configuration.mdstill resolve.docs/build/is gitignored in this repo, so there is no generated HTML to regenerate alongside this.The images under
docs/src/images/testitems/are now unreferenced; they are left in place rather than deleted in case other material links to them.🤖 Generated with Claude Code