-
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
Debugging unittest tests doesn't work #88
Debugging unittest tests doesn't work #88
Comments
From @syagev on March 14, 2017 8:56 Same exact symptoms here. EDIT: "reload window" VSC command seems to solve this every time this happens |
From @yRefl3x on March 14, 2017 9:56 @syagev I just tried reloading the window before debugging as you suggested. The test actually runs, but it doesn't debug. The breakpoint just changes to a grey circle for a short time but execution isn't stopped. The test just runs like when choosing "Run Tests". |
From @alexwhittemore on March 29, 2017 17:14 Confirmed, but I can't try "reload window" to solve it, because "discovering tests" has stopped completing for me. |
Closing in favor of #89 (partial import of issue) |
From @yRefl3x on March 6, 2017 11:11
Environment data
VS Code version: 1.10.1
Python Extension version: 0.5.9
Python Version: 2.7.5
OS and version: Windows 10
Actual behavior
After clicking on the "Debug Test" lens of a test method, debugging doesn't start. "Running Tests" is displayed at the bottom of the VSCode window indefinitely.
Expected behavior
Debugging starts.
Steps to reproduce:
I have the following folder structure:
cool_module.py
test_cool_module.py
res = foo(1, 2)
Settings
settings.json:
Logs
Output from
Python Test Log
output panelCopied from original issue: DonJayamanne/pythonVSCode#797
The text was updated successfully, but these errors were encountered: