Conversation
`#[Skip]` shipped in testo/testo 0.10.49 as the `testo/skip` package and had no page on the site, so it was missing from the attribute and plugin lists and from `llms.txt`. The page opens the way the Retry and Repeat pages do — what the plugin provides and when to skip a test — and documents the attribute and its reason, what a skipped test never runs — the per-test hooks, providers, retries, fibers and coverage, and the class hooks of a fully skipped case — where the reason shows up in reports, the runtime `SkipTest` alternative, and the choice between the two and a group filter. The writing-tests, lifecycle, Retry and Repeat pages mention it. EN and RU, wired into both sidebars after Repeat. Assisted-By: Claude Opus 5.5
This branch has not been deployed
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.
Documents #[Skip] from php-testo/testo#314 (shipped in testo/testo 0.10.49 as testo/skip). Adds the Skip plugin page in EN and RU, wires it into both sidebars after Repeat, and mentions it on the writing-tests, lifecycle, Retry and Repeat pages.