I've been trying to make VSCode's pytest discovery to work with my monorepo. Python-Envy works perfect for editor, and for run configurations I hardcoded the python interpreters, but I'm stuck on how to make pytest discovery rely on different interpreters for different test folders.
Do you think it is even possible?
I've been trying to make VSCode's pytest discovery to work with my monorepo. Python-Envy works perfect for editor, and for run configurations I hardcoded the python interpreters, but I'm stuck on how to make pytest discovery rely on different interpreters for different test folders.
Do you think it is even possible?