-
Notifications
You must be signed in to change notification settings - Fork 34.7k
Closed
Labels
apitestingBuilt-in testing supportBuilt-in testing supportunder-discussionIssue is under discussion for relevance, priority, approachIssue is under discussion for relevance, priority, approach
Milestone
Description
Testing #117307
So far, my understanding of vscode.TestObserver
and its factory functions is that a test observer gives you access to tests, e.g it enumerates them and fires events when something changes. The usual API pattern for something like that doesn't use such an indirection but exposes things directly. So, I wonder why there isn't something like this instead
namespace test {
const testItems: TestItem[];
const onDidChangeTestItems: Event<TestItemChangeEvent>
}
Metadata
Metadata
Assignees
Labels
apitestingBuilt-in testing supportBuilt-in testing supportunder-discussionIssue is under discussion for relevance, priority, approachIssue is under discussion for relevance, priority, approach