DEV Community

Monika Pawar
Monika Pawar

Posted on

Import Error while importing test module in VScode

In my VScode I have the attached image folder structure and when I am trying to run any test it says Import error while importing test module enter image description here

I my settings.json file I have

"terminal.intergarted.env.windows":{PYTHONPATH": "${workspaceFolder}/src"}
"python.envFile": "${workspaceFolder}/.env",

Can anyhelp help what I can do to make…

Top comments (0)