Re: Testing framework inflexibilities

2009-02-09 Thread Russell Keith-Magee
On Tue, Feb 10, 2009 at 10:34 AM, Ludvig Ericson wrote: > > Feb 8, Russell Keith-Magee: >> First off - it isn't impossible to do what you are describing with the >> existing setup. There is no reason you couldn't override _pre_setup() >> in your subclass and either re-instantiate self.client, or

Re: Testing framework inflexibilities

2009-02-09 Thread Ludvig Ericson
Feb 8, Russell Keith-Magee: > First off - it isn't impossible to do what you are describing with the > existing setup. There is no reason you couldn't override _pre_setup() > in your subclass and either re-instantiate self.client, or modify the > self.client instance that has already been created.

Re: Testing framework inflexibilities

2009-02-07 Thread Russell Keith-Magee
On Sat, Feb 7, 2009 at 8:17 PM, Ludvig Ericson wrote: > > Hi, > I realize this topic is in a gray zone between django-users and > django-developers, but I thought it'd be more fitting to post it here. > > I needed to inject things into the session, and I'm not using regular > sessions. > I have m

Testing framework inflexibilities

2009-02-07 Thread Ludvig Ericson
Hi, I realize this topic is in a gray zone between django-users and django-developers, but I thought it'd be more fitting to post it here. I needed to inject things into the session, and I'm not using regular sessions. I have my own session framework*, but the testing framework is rather tigh