Hi,

I've got an existing unit test suite using the django.test.TestCase class
that exercises the HTTP interface of the site, but running under Django's
test harness.

I'd like to turn this into a black-box test suite, using real HTTP to talk
to the server remotely.  Obviously some tests e.g. the assertTemplateUsed
test would be impossible, but most of my tests are of the form
client.put/client.get then assertContains/assertEquals.  These should be
easy to transfer to an integration-level test suite.

Has anyone tried doing something like this or know of existing code that can
do it?

Cheers,

Malcolm

-- 
You received this message because you are subscribed to the Google Groups 
"Django users" group.
To post to this group, send email to django-us...@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