swiftlang / vscode-swift

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

Don't match similarly named suites #870

Closed plemarquand closed 3 weeks ago

plemarquand commented 3 weeks ago

Add a trailing slash to suite test runs so that running a suite like TestTarget.MySuite doesn't also run TestTarget.MySuite2.

Test runs now register whenever a test starts/completes/records issue that isn't in the expected list of tests to be run. This is used by tests to verify no unknown tests ran.

award999 commented 3 weeks ago

Verified with 205c628