Re: Testing class based views

2012-03-15 Thread Javier Guerra Giraldez
On Thu, Mar 15, 2012 at 10:47 AM, msbuck wrote: > I have used class based views in my latest project. Now I'm trying to write > tests. I can write tests like the ones I wrote for function based views but > these seem to me to be functional tests. Does anyone do unit testing on a > class based view

Testing class based views

2012-03-15 Thread msbuck
I have used class based views in my latest project. Now I'm trying to write tests. I can write tests like the ones I wrote for function based views but these seem to me to be functional tests. Does anyone do unit testing on a class based view methods? I'm not sure how to go about instantiating a