Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

List of tests shown in VS Code's Test Explorer is incomplete #1667

Closed
stmontgomery opened this issue Sep 13, 2024 · 2 comments
Closed

List of tests shown in VS Code's Test Explorer is incomplete #1667

stmontgomery opened this issue Sep 13, 2024 · 2 comments
Labels
bug Something isn't working

Comments

@stmontgomery
Copy link

Swift version

swiftlang-6.0.0.9.11

Platform

macOS 14.5

Editor

VS Code with Swift extension v1.11.0

Does the issue reproduce with Swift 6?

Yes

Description

When opening the swift-testing package in VS Code with Swift extension v1.11.0, the list of tests shown in the Test Explorer is very incomplete and lacks all Swift Testing style tests. It only includes the handful of XCTestCase subclasses which exist in the project.

This is for the TestingTests target of that package; the TestingMacrosTests target is complete.

Steps to Reproduce

  1. Open the swift-testing package in VS Code with this configuration
  2. Open the Test Explorer
  3. See that the TestingTests target's list of tests is incomplete.

Logging

No response

@stmontgomery stmontgomery added the bug Something isn't working label Sep 13, 2024
@ahoppen
Copy link
Contributor

ahoppen commented Sep 14, 2024

Synced to Apple’s issue tracker as rdar://135984909

@ahoppen
Copy link
Contributor

ahoppen commented Sep 19, 2024

@ahoppen ahoppen closed this as completed Sep 19, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

2 participants