Attempted relative import in non-package
just pulled a project from git hub
I right click on the tests folder and select "run unit tests in tests"
I get the above error
if I go into a bash shell and invoke python -m unittest discover -v , the tests run fine.
Is there some setup I am missing?
I right click on the tests folder and select "run unit tests in tests"
I get the above error
if I go into a bash shell and invoke python -m unittest discover -v , the tests run fine.
Is there some setup I am missing?
Please sign in to leave a comment.