I have changed the sys.path to ../mypkg in the test_primes.py and it works when I execute it separately (without pytest) -
python test_primes.py
But, when I do
py.test
in the src, it doesn't work
PLEASE CHECK OUT THE IMAGE FOR THE DETAILED ERROR