swiftlang / vscode-swift

Visual Studio Code Extension for Swift
https://marketplace.visualstudio.com/items?itemName=sswg.swift-lang
Apache License 2.0
755 stars 54 forks source link

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

Closed plemarquand closed 4 months ago

plemarquand commented 4 months ago

https://github.com/apple/swift-testing/pull/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.