-
For those who don't know who I am. I am a much bigger developer in python, having written with Cython / C And Python. Having written some likely or may likely to become popular libraries such as winloop & aiothreading and I also contribute to many of the aio-libs projects as well as other side-projects. I would assume this is a newer case scenario as all solutions found on sites such as stack overflow or here have not helped at all and have done nothing to fix the issue. I am currently facing a bug where the pytests's checklist will not appear no matter what I attempt to do. I looked multiple trouble-shoot guides and none have worked or succeeded. Using an example such as any library containing a pytest folder or one of my own repos should suffice for trying to reproduce this bug. Now when clicking the little tests Icon to try and load the tests they always fail to load. Steps to reproduce the BugIncase anybody is confused about what I have just described I took my time to make reproducing the problem as simple as I possibly can.
No Green checklist appears for different functions to test or I am being put into limbo (infinately waiting for tests to load) |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment
-
Fixed Turns out copying |
Beta Was this translation helpful? Give feedback.
Fixed Turns out copying
vscode_pytest
into the virtual environment is a good fix.