As it is failing to import django.test module, unit test does not work.
>>> import django.test
Traceback (most recent call last):
File "<stdin>", line 1, in <module>
File "C:\Python27\lib\site-packages\django\test\__init__.py", line 5, in <mod
le>
from django.test.client import Client, RequestFactory
File "C:\Python27\lib\site-packages\django\test\client.py", line 21, in <modu
e>
from django.test import signals
ImportError: cannot import name signals
>>>
Please some one help me in resolving it. I am using django version 1.3