Re: Accessing Django test client in setUpClass

2015-01-29 Thread Fred Stluka
icole Harris wrote: I just posted this on Stack Overflow and then realised I might have more luck here. Basically, I'd like to know if I can access self.client inside setUpClass(cls) when setting up a Django test: http://stackoverflow.com/questions/28084683/accessing-django-test-client-in-setu

Re: Accessing Django test client in setUpClass

2015-01-22 Thread Russell Keith-Magee
more > luck here. > > Basically, I'd like to know if I can access self.client inside > setUpClass(cls) when setting up a Django test: > > http://stackoverflow.com/questions/28084683/accessing-django-test-client-in-setupclass > > If anybody has any insight on this, I&#x

Accessing Django test client in setUpClass

2015-01-22 Thread Nicole Harris
I just posted this on Stack Overflow and then realised I might have more luck here. Basically, I'd like to know if I can access self.client inside setUpClass(cls) when setting up a Django test: http://stackoverflow.com/questions/28084683/accessing-django-test-client-in-setupclass If an