I understand that this question has been asked several times but after reading them, and making the suggested fixes, I\'m still stumped.
My project structure is as f
Try adding a sys.path.append to the list of your imports.
sys.path.append
import sys sys.path.append("/Project/src/") import root import root.nested.tests