forked from DonJayamanne/pythonVSCode
-
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
Prompt user to configure unit tests when not already configured #1983
Labels
Milestone
Comments
DonJayamanne
added
feature-request
Request for new features or functionality
needs PR
area-testing
labels
Jun 16, 2018
|
This was referenced Feb 5, 2019
ericsnowcurrently
added
meta
Issue that is tracking an overall project
and removed
needs PR
labels
Feb 5, 2019
7 tasks
DonJayamanne
added
needs PR
and removed
meta
Issue that is tracking an overall project
labels
Feb 7, 2019
When tests are not configured, they may not be discovered (if they don't follow the default config for the selected framework). When this happens, adding a button as proposed in #4318 would allow users to easily configure them, so we can wait & discuss better about prompting users when tests are left half configured. |
Closing in favour of #4318 |
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
This was originally reported by @qubitron (I thought I added an issue for this, couldn't find it, if we do, then we'll need to close this in favor that).
Unit Tests
insettings.json
, but do not configure it.Note: This applies to
Unit Test
test framework in Python.The text was updated successfully, but these errors were encountered: