I'm following the tutorial given in the Django official website (Django v1.9 and python3). For executing the test in polls\tests.py
the import to polls.test
is failing.
E:\Django official tutorial\mysite>python manage.py test polls
Creating test database for alias 'default'...
ERROR: polls.tests (unittest.loader._FailedTest)
ImportError: Failed to import test module: polls.tests
Request help in resolving this issue.