Re: Using the test client API for integration tests?

2009-07-02 Thread Yoz Grahame
On Jul 2, 12:22 pm, Alex Gaynor wrote: > On Thu, Jul 2, 2009 at 2:17 PM, Yoz Grahame wrote: > > Check out httplib2, it's the most popular library for making HTTP requests > in Python (there are like 3 seperate modules in the stdlib you can use for > it also, urllib, urllib2

Using the test client API for integration tests?

2009-07-02 Thread Yoz Grahame
At my company we're already successfully using the test client API for our unit tests. However, we'd like to use those same tests for integration tests in staging - i.e. making full HTTP calls over sockets through our full LB + Apache + mod_wsgi setup. Does anyone know of a client lib that expose