Skip to content

Remove Test.underestimatedCaseCount SPI #178

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 1 commit into from
Jan 10, 2024

Conversation

stmontgomery
Copy link
Contributor

This removes the Test.underestimatedCaseCount SPI property.

Motivation:

We originally thought this property might be needed or useful but it hasn't been necessary. Nowadays, Test has another property named isParameterized which can be used to more directly query whether a test is parameterized, and there are no usages within the testing library's own implementation.

Checklist:

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

@stmontgomery
Copy link
Contributor Author

@swift-ci please test

@stmontgomery stmontgomery merged commit dc509d5 into main Jan 10, 2024
@stmontgomery stmontgomery deleted the remove-underestimatedCaseCount branch January 10, 2024 21:34
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants