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

Select the directory containing the tests - is it necessary? #17098

Closed
isidorn opened this issue Aug 24, 2021 · 1 comment
Closed

Select the directory containing the tests - is it necessary? #17098

isidorn opened this issue Aug 24, 2021 · 1 comment
Labels
area-testing bug Issue identified by VS Code Team member as probable bug needs proposal Need to make some design decisions partner ask

Comments

@isidorn
Copy link

isidorn commented Aug 24, 2021

Testing #17040

Do we have to ask the user for the directory containing the tests?
Can we just traverse the whole workspace and find all tests like javascript does for example?
If this is too costly I suggest to traverse based on active editor, or to search in root and all folders that contain the word"test".
Getting rid of this dialog would make the whole setup smoother.

Screenshot 2021-08-24 at 13 42 59

@github-actions github-actions bot added the triage-needed Needs assignment to the proper sub-team label Aug 24, 2021
@karthiknadig karthiknadig removed their assignment Aug 24, 2021
@karthiknadig karthiknadig added area-testing partner ask bug Issue identified by VS Code Team member as probable bug needs PR needs proposal Need to make some design decisions and removed triage-needed Needs assignment to the proper sub-team needs PR labels Aug 24, 2021
@karrtikr
Copy link

Closing as this is done by pytest itself which does not support this.

@karrtikr karrtikr closed this as not planned Won't fix, can't repro, duplicate, stale Dec 21, 2022
@github-actions github-actions bot locked as resolved and limited conversation to collaborators Jan 21, 2023
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
area-testing bug Issue identified by VS Code Team member as probable bug needs proposal Need to make some design decisions partner ask
Projects
None yet
Development

No branches or pull requests

3 participants