我正在关注Django官方网站(Django v1.9和python3)中提供的教程。要在polls\tests.py
中执行测试,导致polls.test
失败。
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
请求帮助解决此问题。