I have this tree format.
> myapp->
> setup.py
> tests ->
> test_myapp.py
> myapp ->
> __init__.py
> myapp.py
And from test_myapp.py, I am calling: from myapp import myapp
and when I runpython setup.py test
I am getting No module named 'myapp'