You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When `--verbose` is passed to `swift test list`, it is intended that we
handle it by emitting all test IDs including source location info, not
just ambiguous test IDs. This change will be useful to the Swift VSCode
plugin in ensuring that tests are properly identified.
This change also allows you to pass `list` directly to the test
executable instead of `--list-tests`, which simplifies running tests in
Wasm.
### Checklist:
- [x] Code and documentation should follow the style of the [Style
Guide](https://github.com/apple/swift-testing/blob/main/Documentation/StyleGuide.md).
- [x] If public symbols are renamed or modified, DocC references should
be updated.
0 commit comments