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

Don't mark tests with children as pass/fail #898

Closed plemarquand closed 4 months ago

plemarquand commented 4 months ago

The Test Explorer automatically shows a pass/fail state based on the state of a TestItem's children. The Test Results in the bottom right were showing suites as passing even if a child test failed. We should simply omit suites from being marked as pass/fail.

Also adds a test for swift-testing parameterized tests.