Re: Question about ticket #20456: Easier unit testing for class-based views

2019-10-08 Thread Felipe Lee
Sounds good, thanks for the input. I'll work on that this week/weekend. Best, Felipe On Tuesday, October 8, 2019 at 3:02:42 AM UTC-5, Carlton Gibson wrote: > > Hi Felipe, > > Thanks for the question! > > For me, yes, this seems reasonable given that we already have the > `setup()` hook. Please

Re: Question about ticket #20456: Easier unit testing for class-based views

2019-10-08 Thread Carlton Gibson
Hi Felipe, Thanks for the question! For me, yes, this seems reasonable given that we already have the `setup()` hook. Please do proceed. Kind Regards, Carlton On Monday, 7 October 2019 09:20:12 UTC+2, Adam Johnson wrote: > > Moving the head=get line sounds sensible to me! > > On Sun, 6 Oc

Re: Question about ticket #20456: Easier unit testing for class-based views

2019-10-07 Thread Adam Johnson
Moving the head=get line sounds sensible to me! On Sun, 6 Oct 2019 at 17:31, Felipe Lee wrote: > Hi everyone, > > I was looking into ticket #20456 ( > https://code.djangoproject.com/ticket/20456), which is to improve the > ease of testing class-based views (cbvs). It's been a while since anyone

Question about ticket #20456: Easier unit testing for class-based views

2019-10-06 Thread Felipe Lee
Hi everyone, I was looking into ticket #20456 ( https://code.djangoproject.com/ticket/20456), which is to improve the ease of testing class-based views (cbvs). It's been a while since anyone has touched it. There was a pull request a while back ( https://github.com/django/django/pull/2368/) whic