Re: Converting Django testclient code to run as black-box tests

2010-01-24 Thread Malcolm Box
Hi, On Sat, Jan 23, 2010 at 11:55 AM, Russell Keith-Magee < freakboy3...@gmail.com> wrote: > On Sat, Jan 23, 2010 at 6:40 PM, Malcolm Box > wrote: > > Hi, > > > > I've got an existing unit test suite using the django.test.TestCase class > > that exercises the HTTP interface of the site, but runn

Re: Converting Django testclient code to run as black-box tests

2010-01-23 Thread Russell Keith-Magee
On Sat, Jan 23, 2010 at 6:40 PM, Malcolm Box wrote: > 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