Closed
Description
Requests to documentText/tests
and workspace/tests
should generate two TestItems inside a top level MyTests TestItem with the following code.
final class MyTests: XCTestCase {
func test1() {
}
}
extension MyTests {
func test2() {
}
}
Expected:
- MyTests
- test1()
- test2()
Actual:
- MyTests
- test1()
- test2()
This is the root issue for swiftlang/vscode-swift#778.
Metadata
Metadata
Assignees
Labels
No labels