-
Notifications
You must be signed in to change notification settings - Fork 1.2k
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
Show file pattern prompt for pytest #5732
Comments
we could prompt this if they don't have a pytest.ini file |
this flow would be impacted by: #21845 |
I don't think we are doing this given the different format we use to run tests now. |
We will be making changes to the setup flow as we switch to using distinct configs for run, discovery, and debug so changes there will also impact how this looks |
Remember we decided that we are not going to support "**" in the pytest args as pytest itself does not give us an API for it. unittest has the pattern API for this. |
Environment data
Expected behaviour
Should show this prompt for
pytest
Actual behaviour
Does not show prompt to select file pattern for
pytest
Steps to reproduce:
Python: Configure Tests
.pytest
(does not get file pattern prompt)unittest
(you will see file pattern prompt)The text was updated successfully, but these errors were encountered: