Skip to content

The _testCase field is no longer provided for non paramtereized tests #897

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

Conversation

plemarquand
Copy link
Contributor

swiftlang/swift-testing#482 removes the _testCase field if the test isn't parameterized. The code that recorded issues relied on this being present. If the issue for a parameterized test case then just extract the test from the testID.

swiftlang/swift-testing#482 removes the `_testCase`
field if the test isn't parameterized. The code that recorded issues
relied on this being present. If the issue for a parameterized test case
then just extract the test from the testID.
@plemarquand plemarquand force-pushed the optional-test-case-non-parameterized-tests2 branch from f3dedd9 to 264e927 Compare June 14, 2024 13:44
Copy link
Contributor

@award999 award999 left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM

@plemarquand plemarquand merged commit 9b190a6 into swiftlang:main Jun 14, 2024
8 checks passed
@plemarquand plemarquand deleted the optional-test-case-non-parameterized-tests2 branch June 14, 2024 14:31
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.

2 participants