Skip to content

Add documentation to Parallelization.md describing how the .serialized trait can be applied to a test suite across different files.#1526

Open
gmedori wants to merge 4 commits intoswiftlang:mainfrom
gmedori:goose/enhanced-dot-serialized-documentation
Open

Add documentation to Parallelization.md describing how the .serialized trait can be applied to a test suite across different files.#1526
gmedori wants to merge 4 commits intoswiftlang:mainfrom
gmedori:goose/enhanced-dot-serialized-documentation

Conversation

@gmedori
Copy link

@gmedori gmedori commented Feb 4, 2026

Add documentation to Parallelization.md describing how the .serialized trait can be applied to a test suite across different files.

Resolves #686

Motivation:

After a discussion in #683, we decided it would be helpful for folks to see an example of how you can use the .serialized trait to split your serialized tests across multiple files.

Modifications:

  • Added a section to Parallelization.md to describe the .serialized trait's behavior when split across multiple files
  • Update the title of another section in the same file to adhere to the style guide

Checklist:

  • Code and documentation should follow the style of the Style Guide.
  • If public symbols are renamed or modified, DocC references should be updated.

…ed` trait can be applied to a test suite across different files.

Resolves swiftlang#686
@gmedori
Copy link
Author

gmedori commented Feb 4, 2026

Screenshot of how the docs look with my latest changes:

CleanShot 2026-02-04 at 12 30 12@2x

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Describe the pattern of using .serialized on a containing suite type to ensure all nested suite types are serialized

3 participants