-
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
Automatically detect new test file in test explorer in Python #8675
Comments
Thank you for the suggestion! We have marked this issue as "needs decision" to make sure we have a conversation about your idea. We plan to leave this feature request open for at least a month to see how many 👍 votes the opening comment gets to help us make our decision. |
Thanks @karthiknadig , one more I found , If am adding the new test file , Its not reflecting in Test explorer, after restarting its working fine ( VS Code version : 1.40.1) |
Hey @brettcannon , I think this needs to be tweaked. As there's no way to run all the tests anymore in a single file from a click. I ran into this issue in my own code. And judging by the gif above, it seems like its not just me. There should be a play button to indicate running all tests, like we could do before with code lens. |
@shanewazabbas please open a separate feature request so we don't lose track of it. |
Feature: Automatically detect a new test file in test explorer
Description
how Explorer defected the new file (paste the new file in the folder) in VS code , the same behavior will implement in test explorer(detect only for a new test file) in VSCode , its good
The text was updated successfully, but these errors were encountered: