Hi,

   I am running testcase from django when I run them from models.py it
run.

   But when I put the same in test.py in the same directory where
models is define it not even getting called.

  My structure django application is  mysite

Settings.py

         Urls.py

          Polls

                 __int__.py

                 models.py

                 test.py

                 views.py

I used this command to run the test cases   python manage.py test
polls

Can some help me know what am I missing or should need to do
something  so my testcase from test.py start get executed.

I tried to follow this link for the same 
http://docs.djangoproject.com/en/dev/topics/testing/







with thanks

Vijay


--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"Django users" group.
To post to this group, send email to django-users@googlegroups.com
To unsubscribe from this group, send email to 
django-users+unsubscr...@googlegroups.com
For more options, visit this group at 
http://groups.google.com/group/django-users?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to