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

Make test discovery cancellable #24602

Open
karthiknadig opened this issue Dec 13, 2024 · 0 comments
Open

Make test discovery cancellable #24602

karthiknadig opened this issue Dec 13, 2024 · 0 comments
Assignees
Labels
area-testing feature-request Request for new features or functionality needs PR Ready to be worked on

Comments

@karthiknadig
Copy link
Member

Currently, the auto-discovery run is not cancellable. This can some times get in the way when say pytest is not installed , and you install pytest it can prevent from running immediately. May be, we can check if pytest exists or if path is provided, if eithe is true then run discovery using withProgress API so even the auto discover can be cancelled.

@karthiknadig karthiknadig added area-testing feature-request Request for new features or functionality labels Dec 13, 2024
@github-actions github-actions bot added the triage-needed Needs assignment to the proper sub-team label Dec 13, 2024
@eleanorjboyd eleanorjboyd added needs PR Ready to be worked on and removed triage-needed Needs assignment to the proper sub-team labels Dec 16, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
area-testing feature-request Request for new features or functionality needs PR Ready to be worked on
Projects
None yet
Development

No branches or pull requests

2 participants