swiftlang / vscode-swift

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

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

Closed plemarquand closed 2 weeks ago

plemarquand commented 2 weeks 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.