You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Suppose I have a module that i am including via pythonpath. Currently i can debug that by passing env via debug configuration. I should be able to provide similar configuration for tests.
The test discovery and runner should already use the .env file.
If not this is a regression, there's a similar issue that I'm tracking (triaging), possibly related and possibly a regression (not using .env files when discovering and running tests).
Suppose I have a module that i am including via pythonpath. Currently i can debug that by passing
env
via debug configuration. I should be able to provide similar configuration for tests.With this folder structure:
You can run or debug. But test discovery/running does not work.,
The text was updated successfully, but these errors were encountered: