-
Notifications
You must be signed in to change notification settings - Fork 183
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
Add test items collection builder #3169
Conversation
How to use the Graphite Merge QueueAdd the label graphite-merge to this PR to add it to the merge queue. You must have a Graphite account in order to use the merge queue. Sign up using this link. An organization admin has enabled the Graphite Merge Queue in this repository. Please do not merge from GitHub as this will restart CI on PRs being processed by the merge queue. This stack of pull requests is managed by Graphite. Learn more about stacking. |
dfcc5be
to
b80e1d8
Compare
c79c3e5
to
6dd76b8
Compare
b80e1d8
to
90ea02f
Compare
6dd76b8
to
f296ba4
Compare
90ea02f
to
e9cbf36
Compare
675fbff
to
aff14cb
Compare
aff14cb
to
3c2c02a
Compare
Merge activity
|
3c2c02a
to
f5093ce
Compare
### Motivation To be able to provide complete test explorer support, we should create a collection builder with a corresponding interface object that allow us to provide VS Code with all of the information needed to provide full functionality for tests. This PR adds an initial version of a test item response builder that we can enhance as needed to represent test items. ### Implementation Created a test item object that matches what VS Code expects in the explorer. Also created a response builder to along with it. ### Automated Tests Added some tests.
f5093ce
to
44a38fa
Compare
Motivation
To be able to provide complete test explorer support, we should create a collection builder with a corresponding interface object that allow us to provide VS Code with all of the information needed to provide full functionality for tests.
This PR adds an initial version of a test item response builder that we can enhance as needed to represent test items.
Implementation
Created a test item object that matches what VS Code expects in the explorer. Also created a response builder to along with it.
Automated Tests
Added some tests.