On 8/29/06, clee <[EMAIL PROTECTED]> wrote:
> Thank you, I just downloaded firebug and it looks like a big step
> forward.

You might also want to look at the new testing support that went into
Django recently -- we've always had support for using doctest, but
unittest has just been added and there's a special-purpose class --
django.test.client.Client -- which will let you send test requests to
an application and compare the output against what you're expecting.
It's brand spanking new and not entirely documented, but the code is
pretty clean and well-commented, and official documentation will
hopefully be sorted out shortly.


-- 
"May the forces of evil become confused on the way to your house."
  -- George Carlin

--~--~---------~--~----~------------~-------~--~----~
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
-~----------~----~----~----~------~----~------~--~---

Reply via email to