Re: Tips on building a unit test for a ticket

2007-05-12 Thread Simon G.
... and while you're working out how to do it, it would be good to write it up for future reference :) (see: http://code.djangoproject.com/ticket/4223) --Simon --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups "Djan

Django.June: a Django get-together in western Massachusetts USA

2007-05-12 Thread pbx
Hi all, For those who don't follow the Django community aggregator I thought I'd send this out to the lists. I'm arranging an informal get-together of Django folks next month here in Northampton, MA. http://open.e-scribe.com/wiki/DjangoDotJune Here's a condensed version of the info from that p

Re: LazyDate removal (changeset 4985)

2007-05-12 Thread Russell Keith-Magee
On 4/23/07, David Danier <[EMAIL PROTECTED]> wrote: > > > Just use datetime.now without the function call parentheses. > > Know this, doesn't work for newforms (initial value). > > I added a ticket (including a patch) to fix this: > http://code.djangoproject.com/ticket/4018 FYI - David's fix was

Re: Tips on building a unit test for a ticket

2007-05-12 Thread Malcolm Tredinnick
On Sat, 2007-05-12 at 06:28 -0700, [EMAIL PROTECTED] wrote: > I'm interested in helping to get #4115 (thumbnail contrib) in a state > that it's ready for checkin. I notice that there's a "needs design > decision" as well as "needs unit test" flag on this one. The question > I have for the devel

Tips on building a unit test for a ticket

2007-05-12 Thread [EMAIL PROTECTED]
I'm interested in helping to get #4115 (thumbnail contrib) in a state that it's ready for checkin. I notice that there's a "needs design decision" as well as "needs unit test" flag on this one. The question I have for the developers is, what does a unit test look like for this type of patch? A