-
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. |
Beta Was this translation helpful? Give feedback.
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. |
Beta Was this translation helpful? Give feedback.
-
Solved. Called "main()" in test. Corrected to:
Reinstalled Python, VSC, and pytest. All repos working as expected. |
Beta Was this translation helpful? Give feedback.
Solved. Called "main()" in test. Corrected to:
Reinstalled Python, VSC, and pytest. All repos working as expected.