|
I have been doing basic pytest for a class. When I start a new repo pytest it works for a bit, but as I continue to write code, it eventually breaks and I can't figure out why. Pytest runs fine in the terminal and PowerShell, but inside VSC it won't load and gets stuck. I have tried reinstalling VSC, python, pytest. Nothing has worked. If you need any more information from me, please let me know. Thank you for your help. |
Answered by
vdigi00
Feb 9, 2022
Replies: 2 comments
|
Please look in the Output panel and there should be relevant output as to what we are executing on your behalf and what pytest is printing out. That should hopefully provide more clues as to what's going on. |
0 replies
|
Solved. Called "main()" in test. Corrected to: Reinstalled Python, VSC, and pytest. All repos working as expected. |
0 replies
Answer selected by
vdigi00
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Solved. Called "main()" in test. Corrected to:
Reinstalled Python, VSC, and pytest. All repos working as expected.