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
TPI: Python testing using new EOT token UNITTEST #22081
Labels
Milestone
Comments
github-actions
bot
added
the
triage-needed
Needs assignment to the proper sub-team
label
Sep 26, 2023
karthiknadig
added
testplan-item
and removed
feature-request
Request for new features or functionality
triage-needed
Needs assignment to the proper sub-team
labels
Sep 26, 2023
This was referenced Sep 26, 2023
This was referenced Sep 26, 2023
couldn't verify the segfault one because tests have stopped working for me since I reloaded the window. Overall, works well 👏🏼 |
@eleanorjboyd I'm not seeing |
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Refs: #21876
Complexity: 4
Author: @eleanorjboyd
Create Issue
Thank you for doing this testing! I apologize for how long it is and please let me know if you have any questions!
Setup:
inc_dec_example_repo/inc_dec_example_test_suite
testing repo folder."python.experiments.optInto": ["pythonTestAdapter"],
venv
and a Python version >=3.7.python -m pip install pytest
.unittest
and then "." (root directory) and then*_test
for the test pattern.General:
test_logging.py
. Ensure that ALL the expected output gets printed. Compare the output in VSCode with what you get when runningunittest
directly from the command line for thetest_logging
file.The text was updated successfully, but these errors were encountered: