Is it possible to run a single test using manage.py test, rather than
the whole suite?  I have defined a tests.py in one of my apps and
would just like to run those tests, as the auto generated tests take
far to long to be running every time whilst writing them.  This might
be because I am new to Python but I don't seem to be able to run just
the test file as it complains about my Django settings module being
undefined etc, as well as my actual app not existing if I try and use
the full module name.  I know that manage.py is adjusting my Python
path for me.

Thanks,
Martin.
--~--~---------~--~----~------------~-------~--~----~
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 [EMAIL PROTECTED]
For more options, visit this group at 
http://groups.google.com/group/django-users?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to