basedpyright icon indicating copy to clipboard operation
basedpyright copied to clipboard

when running locally from the jest vscode extension, tests run inside the venv only when running in debug mode

Open DetachHead opened this issue 1 year ago • 1 comments

i think they should always run outside the venv, because there are tests specifically to be run inside a venv which implies the rest of the tests should be runnable outside of a venv

DetachHead avatar Jan 13 '25 10:01 DetachHead

see 961bace51b0e2205a60535df887163354f7e440a, it's too much of a pain in the ass to run the tests outside the venv and im not even sure if there's any need to do so in the first place. just going to run them all inside the venv instead

DetachHead avatar Feb 24 '25 13:02 DetachHead