-
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
Testing - Changing from 3.* python to 2.7 #17055
Comments
Kind of blocked because test discovery doesn't work for me |
@jrieken Can you elaborate on where you are stuck? If you have the test file in the root of the project then your settings should look like this:
If your test file is in a sub-directory (say
Can you share how the settings looks like? |
This issue #17092. Please update the test item so that this can be tested without python skills |
@jrieken is it just the file name issue? The instructions originally had a file name suggestion, but I just updated them to flat-out specify a file name. Otherwise is there something else you consider too ambiguous for non-Python users? |
Specifying the file name to use helped a lot, because
|
Still, not working for me Screen.Recording.2021-08-25.at.09.59.16.mov |
@jrieken You are not using the insider version of the extension. You should see only two options when you configure: |
@chrisdias A friendly reminder to test this Test Plan Item. Since it is optional and if are busy with other stuff please let me know so that I can close this. Thanks. |
Sorry, I tested this. LGTM, I had similar feedback to @jrieken but it basically worked. |
Refs: #16962
Complexity: 3
Create Issue
Requirements
OR
pyenv
mac/linux orpyenv-win
windows. Then usepyenv install 3.9.4 2.7.18
to get the two verisons."python.experiments.optInto": ["All"],
in your user settings. If you did not have it, add it and reload.Testing
test_example.py
:Python: configure tests...
command from the command pallet, or go the test view and configure by using the welcome view, or you can run tests to get a prompt to configure.unittest
framework.The text was updated successfully, but these errors were encountered: