Skip to content

Fix test tags documentation #1063

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 2 commits into from
Apr 7, 2025
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 3 additions & 2 deletions test/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -52,8 +52,9 @@ for implementation-specific errors.

## Test Tags

Some of the tests are for functionality that is not stable,
i.e. is marked RECOMMENDED, OPTIONAL, or DRAFT.
Some of the tests are for functionality that is optional or for functionality that is not yet stable.
That is, the specification uses RFC2119 keywords such as SHOULD, SHOULD NOT, MAY, RECOMMENDED, or OPTIONAL,
or the specification says that given functionality is DRAFT and not yet stable.
Tests for such features have a `tags` array attached to them
to mark the features that they rely on.
This may include one or more of the following:
Expand Down