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

testing: enable continuous run for selected tests #179215

Merged
merged 2 commits into from
Apr 5, 2023

Conversation

connor4312
Copy link
Member

For #178973. Demo in #178973 (comment)

@@ -1186,23 +1205,26 @@ interface IActionableElementTemplateData {
templateDisposable: IDisposable[];
}

abstract class ActionableItemTemplateData<T extends TestItemTreeElement> extends Disposable
Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Some churn here. Previously we had an abstraction in ActionableItemTemplateData when test controllers were a different type of node, but now we represent them as normal tests in our data flows (they're just "hidden" from extensions).

@connor4312 connor4312 merged commit 8f74fbf into main Apr 5, 2023
@connor4312 connor4312 deleted the connor4312/issue178973 branch April 5, 2023 03:03
@github-actions github-actions bot locked and limited conversation to collaborators May 20, 2023
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants