On Wed, Oct 21, 2009 at 9:29 AM, Peter Bengtsson <pete...@gmail.com> wrote:
...
> Can someone guide me through the jungle of Django tests to run and
> write a test for this?
> I figure the place to add test is:
> trunk/tests/regressiontests/templates/tests.py
>
> But how do I run these? It takes many many seconds to run the whole
> suite.

Assuming you've already got a test project set up and
DJANGO_SETTINGS_MODULE is set:
python /path/to/django/tests/runtests.py templates

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

Reply via email to