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

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

Closed plemarquand closed 2 weeks ago

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